Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/07/1999 14:04:23
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Jul  7 21:04:23 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_map.c

Log Message:
In the PGO_FREE case of uvm_map_clean()'s amap cleaning, skip wired
pages.

XXX This should be handled better in the future, probably by marking the
XXX page as released, and making uvm_pageunwire() free the page when
XXX the wire count on a released page reaches zero.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/uvm/uvm_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.