CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/12 02:55:41
Modified files:
sys/uvm : uvm_amap.c
Log message:
less waste for amaps in the common case:
allocate a single malloc chunk instead of three and allocate a single
slot for a single page instead of four slots. ok miod@ tedu@ @deraadt
