Subject: kernel wired pages
To: None <tech-kern@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/25/2004 23:57:39
hi,

is there any reason to use uvm object and managed mappings for
wired portions of kernel, like buffer cache and nointr pool backend?
if no reason, i'd like to change it because:
	- it wastes resources like pv_entry.
	- it confuses uvm page type balancing. (PR/27030)

YAMAMOTO Takashi