Date: Sun, 18 Jul 2004 21:19:10 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200407182119.i6ILJAO1003793@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-07-18 21:19:10 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). The reason being that pmap_pte_quick() requires the page queues lock, which is already held, rather than Giant. Revision Changes Path 1.488 +3 -1 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407182119.i6ILJAO1003793>