CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/08 23:52:15
Modified files:
sys/uvm : uvm.h
sys/kern : kern_synch.c
Log message:
Add KASSERT()s to tsleep() and msleep() to verify that bogus flags
aren't being passed to them. Fix UVM_WAIT() to not pass PNORELOCK to
tsleep(), as that flag only does something with msleep().
ok beck@ dlg@
