CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/15 15:14:42
Modified files:
sys/uvm : uvm_km.c
Log message:
Remove the assertion in uvm_km_pgremove().
At least some initialization code on i386 calls it w/o KERNEL_LOCK().
Found the hardway by jungle Boogie and Hrvoje Popovski.
