Module Name: src Committed By: chs Date: Fri Jan 23 16:13:53 UTC 2015
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
skip busy anon pages in uvm_map_clean().
we shouldn't be messing with pages that someone else has busy,
and uvm_map_clean() is just advisory for amap mappings.
To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 src/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
