Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/24/2000 23:10:55
Module Name:	syssrc
Committed By:	jeffs
Date:		Mon Jul 24 20:10:55 UTC 2000

Modified Files:
	syssrc/sys/uvm: uvm_extern.h uvm_km.c

Log Message:
Add uvm_km_valloc_prefer_wait().  Used to valloc with the passed in
voff_t being passed to PMAP_PREFER(), which results in the propper
virtual alignment of the allocated space.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/uvm/uvm_extern.h
cvs rdiff -r1.37 -r1.38 syssrc/sys/uvm/uvm_km.c

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