CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/07 09:31:25
Modified files:
sys/uvm : uvm_aobj.c
Log message:
Uvm Anonymous Objects depending on size either use an array or a
hashtable to keep the list of swap slots in use in. Only one of these
will be in use at any one tmie, so shave some bytes and make it a union.
ok thib@
