Setting PG_REFERENCED on a page at the end of vm_fault() is redundant since

the page table entry's accessed bit is either preset by the immediately
preceding call to pmap_enter() or by hardware (or software) upon return
from vm_fault() when the faulting access is restarted.
This commit is contained in:
Alan Cox 2010-04-28 06:34:47 +00:00
parent 6a2a3d7338
commit 77d6d85393

View File

@ -924,7 +924,6 @@ vnode_locked:
vm_fault_prefault(fs.map->pmap, vaddr, fs.entry);
VM_OBJECT_LOCK(fs.object);
vm_page_lock_queues();
vm_page_flag_set(fs.m, PG_REFERENCED);
/*
* If the page is not wired down, then put it where the pageout daemon