Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
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.
Home |
Main Index |
Thread Index |
Old Index