Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 04/08/1999 21:46:44
Module Name:	src
Committed By:	chs
Date:		Fri Apr  9 04:46:44 UTC 1999

Modified Files:
	src/sys/uvm [chs-ubc]: uvm_pdaemon.c
Log Message:
split aiodone handling out from the pagedaemon into its own thread,
the "aiodone daemon".  the aiodone daemon never allocates memory,
so the pagedaemon will be able to safely block waiting for memory
as long as there are some pageouts in progress.  the paging queue
scheme needs to change before this is done tho.