Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/07/2004 08:02:21
Module Name:	src
Committed By:	yamt
Date:		Sat Feb  7 08:02:21 UTC 2004

Modified Files:
	src/sys/uvm: uvm_map.c

Log Message:
uvm_kmapent_alloc:
in the case that there's no cached entries,
if kmem_map is already up, allocate a entry from it
so that we won't try to vm_map_lock recursively.
XXX assuming usage pattern of kmem_map.


To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 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.