Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/30/1998 17:02:00
Module Name:	src
Committed By:	thorpej
Date:		Mon Aug 31 00:02:00 UTC 1998

Modified Files:
	src/sys/uvm: uvm_aobj.c
Log Message:
Use the pool allocator w/ the "nointr" pool page allocator for uvm_aobj
and uao_swhash_elt structures.  Also, fix a bug in uao_set_swlot() where
if setting the swslot to 0 (freeing swap resources), and no swslot was
currently allocated, a new entry would be allocated anyhow (revealed during
pool'ification).