CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/03 05:38:46
Modified files:
sys/uvm : uvm_aobj.c uvm_fault.c
Log message:
It is important that we don't release the kernel lock between issuing a
wakeup and clearing the PG_BUSY and PG_WANTED flags, so try to keep those
bits as close together and defenitely avoid calling random code in between.
ok guenther@, tedu@
