Subject: CVS commit: [netbsd-1-5] syssrc/sys/vm
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/08/2001 22:23:55
Module Name:	syssrc
Committed By:	he
Date:		Mon Oct  8 19:23:55 UTC 2001

Modified Files:
	syssrc/sys/vm [netbsd-1-5]: vm_map.h

Log Message:
Apply patch (from uvm_map.h revision 1.30, requested by chuq):
  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.35 -r1.35.4.1 syssrc/sys/vm/vm_map.h

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