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: pk
Date: Thu Dec 18 08:15:42 UTC 2003
Modified Files:
src/sys/uvm: uvm_extern.h uvm_km.c
Log Message:
Condense all existing variants of uvm_km_valloc into a single function:
uvm_km_valloc1(), and use it to express all of
uvm_km_valloc()
uvm_km_valloc_wait()
uvm_km_valloc_prefer()
uvm_km_valloc_prefer_wait()
uvm_km_valloc_align()
in terms of it by macro expansion.
To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.64 -r1.65 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.
Home |
Main Index |
Thread Index |
Old Index