Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/09/2001 22:38:24
Module Name:	syssrc
Committed By:	chs
Date:		Sun Sep  9 19:38:23 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_map.c uvm_map.h

Log Message:
create a new pool for map entries, allocated from kmem_map instead of
kernel_map.  use this instead of the static map entries when allocating
map entries for kernel_map.  this greatly reduces the number of static
map entries used and should eliminate the problems with running out.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/uvm/uvm_map.h

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