Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/14/2005 14:25:40
Module Name:	src
Committed By:	yamt
Date:		Fri Jan 14 14:25:40 UTC 2005

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

Log Message:
don't use uvm_kmapent_alloc for non-intrsafe kernel submaps
(namely exec_map and phys_map) becuase:
- normal vmmpepl is fine for them.
- some of them are tightly sized.  eg. size of exec_map on vax is just NCARGS.

should fix vax boot failure reported by Johnny Billquist on current-users@.


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