CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/11 05:23:22
Modified files:
sys/uvm : uvm_addr.c uvm_map.c uvm_map.h
Log message:
vmmap: speed up allocations
Reduces O(n log n) allocations to O(log n).
ok deraadt, tedu
