CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2016/03/27 03:51:37

Modified files:
        sys/uvm        : uvm_amap.c uvm_amap.h uvm_map.c 

Log message:
amap_extend is never called, remove it.

In the code, this function is called when vm_map_entries are merged.
However, only kernel map entries are merged, and these do not use amaps.
Therefore amap_extend() is never called at runtime.

ok millert@, KASSERT suggestion and ok mpi@

Reply via email to