Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/25/2006 08:03:46
Module Name:	src
Committed By:	yamt
Date:		Sun Jun 25 08:03:46 UTC 2006

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

Log Message:
make amap use kmem_alloc, rather than malloc.
(ie. make it use kernel_map, rather than kmem_map.)
kmem_map is more restricted than kernel_map,
and there's no point for amap to use it.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.29 -r1.30 src/sys/uvm/uvm_amap.h
cvs rdiff -r1.226 -r1.227 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.