CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2017/01/17 10:19:21

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

Log message:
Remove uaddr_hint allocator

The hint allocator would have to check that the
allocation does not overlap with brk, stack or text
areas. This would make the address selectors too
entagled. Just use the rnd allocator for hinted allocations
in case pivots are used. This also reduces the amount of code somewhat.

ok kettenis visa deraadt

Reply via email to