cvs commit: src/sys/i386/i386 db_interface.c pmap.c
src/sys/i386/include pmap.h
Alan Cox
alc at FreeBSD.org
Fri Nov 7 19:01:27 PST 2003
alc 2003/11/07 19:01:26 PST
FreeBSD src repository
Modified files:
sys/i386/i386 db_interface.c pmap.c
sys/i386/include pmap.h
Log:
- Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,
pmap_pte() and pmap_pte_quick(). The distinction being based upon the
locks that are held by the caller. When the given pmap is not the
current pmap, pmap_pte() should be used when Giant is held and
pmap_pte_quick() should be used when the vm page queues lock is held.
- When assigning to PMAP1 or PMAP2, include PG_A anf PG_M.
- Reenable the inlining of pmap_is_current().
In collaboration with: tegge
Revision Changes Path
1.77 +3 -3 src/sys/i386/i386/db_interface.c
1.455 +53 -21 src/sys/i386/i386/pmap.c
1.103 +1 -1 src/sys/i386/include/pmap.h
More information about the cvs-src
mailing list