CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/17 16:26:07
Modified files:
sys/uvm : uvm_map.h
Log message:
With regret, place mutexes after struct vm_map fields which are inspected
by libkvm and procmap(8). struct mutex can change based upon kernel
compile options, and the fields were dancing around
ok kettenis
