Date: Fri, 28 May 2010 06:49:57 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c Message-ID: <201005280651.o4S6p157091700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2010-05-28 06:49:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: SVN rev 208609 on 2010-05-28 06:49:57Z by alc Defer freeing any page table pages in pmap_remove_all() until after the page queues lock is released. This may reduce the amount of time that the page queues lock is held by pmap_remove_all(). Revision Changes Path 1.700 +2 -2 src/sys/amd64/amd64/pmap.c 1.680 +2 -2 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005280651.o4S6p157091700>