Date: Fri, 30 Apr 2010 15:22:52 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/powerpc/booke pmap.c Message-ID: <201004301523.o3UFN3Pm020422@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2010-04-30 15:22:52 UTC
FreeBSD src repository
Modified files:
sys/powerpc/booke pmap.c
Log:
SVN rev 207437 on 2010-04-30 15:22:52Z by alc
MFamd64/i386 r207205
Clearing a page table entry's accessed bit and setting the page's
PG_REFERENCED flag in pmap_protect() can't really be justified, so
don't do it.
Additionally, two changes that make this pmap behave like the others do:
Change pmap_protect() such that it calls vm_page_dirty() only if the
page is managed.
Change pmap_remove_write() such that it doesn't clear a page table
entry's accessed bit.
Revision Changes Path
1.25 +3 -13 src/sys/powerpc/booke/pmap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004301523.o3UFN3Pm020422>
