Subject: CVS commit: [vmlocking] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/10/2007 12:32:35
Module Name:	src
Committed By:	yamt
Date:		Sat Nov 10 12:32:35 UTC 2007

Modified Files:
	src/sys/uvm [vmlocking]: uvm_map.c

Log Message:
uvm_map_prepare: ignore UVM_FLAG_TRYLOCK for intrsafe maps.
otherwise pool_cache_get(NOWAIT) often fails even if there are plenty of
free memory and causes eg. "no pv entries available" panic on x86.


To generate a diff of this commit:
cvs rdiff -r1.235.2.9 -r1.235.2.10 src/sys/uvm/uvm_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.