Date: Sat, 17 Jul 2004 22:20:53 +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: <200407172220.i6HMKrji062520@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-07-17 22:20:53 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 pmap.c
Log:
- Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and
pmap_remove_page(). The reason being that pmap_pte_quick() requires
the page queues lock, which is already held, rather than Giant.
- Assert that the page queues lock is held in pmap_remove_page() and
pmap_remove_pte().
Revision Changes Path
1.486 +4 -2 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407172220.i6HMKrji062520>
