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).