Date: Sun, 1 Dec 2002 20:54:21 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200212020454.gB24sLLN009710@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/12/01 20:54:21 PST Modified files: sys/i386/i386 pmap.c Log: Hold the page queues lock when calling pmap_unwire_pte_hold() or pmap_remove_pte(). Use vm_page_sleep_if_busy() in _pmap_unwire_pte_hold() so that the page queues lock is released when sleeping. Approved by: re (blanket) Revision Changes Path 1.375 +10 -3 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212020454.gB24sLLN009710>