Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/08/2001 01:01:28
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon May  7 22:01:28 UTC 2001

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

Log Message:
Fix a silly mistake I made when reworking the uvm inactive list
some time ago.  The mistake was to check that the page was not
referenced since the last active scan before moving it to inactive.
Now we just clear reference and move it to inacive (which is where
the second clock hand sweep occurs).


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/uvm/uvm_pdaemon.c

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