CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2016/04/16 12:39:31

Modified files:
        usr.sbin/procmap: procmap.c 
        sys/uvm        : uvm_amap.c uvm_amap.h 

Log message:
Remove am_maxslot from amap.

am_maxslot represents the total number of slots an amap can be extended
to. Since we do not extend amaps, this field as well as rounding the
number of slots to the next malloc bucket is not useful.

This also removes the corresponding output from procmap(1).

ok kettenis@

Reply via email to