Date: Fri, 7 Nov 2003 19:01:26 -0800 (PST) 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 db_interface.c pmap.c src/sys/i386/include pmap.h Message-ID: <200311080301.hA831Qcb010000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311080301.hA831Qcb010000>