CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/08 10:29:57
Modified files:
sys/uvm : uvm_amap.c uvm_amap.h uvm_map.c
Log message:
Additional parameter for amap_alloc().
It is supposed to control whether an amap should allocate memory
to store anon pointers lazily or upfront. Needed for upcoming amap
changes.
ok kettenis@
