Searched hist:207437 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/powerpc/booke/
H A Dpmap.cdiff 207437 Fri Apr 30 13:24:25 MDT 2010 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.

Completed in 64 milliseconds