alc 2004/02/21 15:32:00 PST
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
Eliminate the second, unnecessary call to pmap_page_protect() near the end
of vm_pageout_flush(). Instead, assert that the page is still write
protected.
Discussed with: tegge
Revision Changes Path
1.253 +4 -2 src/sys/vm/vm_pageout.c