Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/29/2004 12:06:02
Module Name:	src
Committed By:	yamt
Date:		Thu Jan 29 12:06:02 UTC 2004

Modified Files:
	src/sys/uvm: uvm.h uvm_km.c uvm_map.c uvm_map.h uvm_map_i.h

Log Message:
- split uvm_map() into two functions for the followings.
- for in-kernel maps, disable map entry merging so that
  unmap operations won't block. (workaround for PR/24039)
- for in-kernel maps, allocate kva for vm_map_entry from
  the map itsself and eliminate MAX_KMAPENT and
  uvm_map_entry_kmem_pool.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/uvm/uvm.h
cvs rdiff -r1.66 -r1.67 src/sys/uvm/uvm_km.c
cvs rdiff -r1.152 -r1.153 src/sys/uvm/uvm_map.c
cvs rdiff -r1.37 -r1.38 src/sys/uvm/uvm_map.h
cvs rdiff -r1.26 -r1.27 src/sys/uvm/uvm_map_i.h

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