Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/18/1998 12:27:21
Module Name:	src
Committed By:	thorpej
Date:		Fri Sep 18 19:27:21 UTC 1998

Modified Files:
	src/sys/uvm: uvm_aobj.c
Log Message:
Don't use the nointr pool page allocator for the uao_swhash_elt pool.  We
need to ensure that these come from a non-pageable kernel map, otherwise
we can run into a deadlock condition (as noticed by Chuck Silvers).