Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 12/18/2003 15:02:04
Module Name:	src
Committed By:	pk
Date:		Thu Dec 18 15:02:04 UTC 2003

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

Log Message:
* Introduce uvm_km_kmemalloc1() which allows alignment and preferred offset
  to be passed to uvm_map().

* Turn all uvm_km_valloc*() macros back into (inlined) functions to retain
  binary compatibility with any 3rd party modules.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.65 -r1.66 src/sys/uvm/uvm_km.c

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