Subject: page replacement
To: None <chs@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 08/25/2005 11:52:10
hi,

in uvm_pdaemon.c 1.37, you removed pmap_clear_reference from uvmpd_scan.
i think that it makes a page allocated by a single fault survive
until page queue cycles twice at least.
is it an intended behaviour?
it's at least unfair for page-loaning, which doesn't set a reference bit.

YAMAMOTO Takashi