CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/10 19:17:33
Modified files:
sys/uvm : uvm.h uvm_map.c uvm_map.h
Log message:
replace abuse of the static map entries RB_ENTRY pointers with an SLIST
free static entries are kept in a simple linked list, so use SLIST
to make this obvious. the RB_PARENT manipulations are ugly and
confusing.
ok kettenis@
