Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/05/2006 10:47:33
Module Name:	src
Committed By:	yamt
Date:		Thu Jan  5 10:47:33 UTC 2006

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

Log Message:
uvmpd_scan_inactive: when reactivating a page,
use pmap_is_referenced rather than pmap_clear_reference.
we don't need to clear the bit here as we'll do so when
moving pages back to inactive queue again.  pointed by Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/uvm/uvm_pdaemon.c

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