alc 2006-02-04 22:37:10 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
Remove an unnecessary call to pmap_remove_all(). The given page is not
mapped because its contents are invalid.
Revision Changes Path
1.273 +0 -1 src/sys/vm/vm_pageout.c