CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/23 14:28:09
Modified files:
sys/kern : kern_synch.c
Log message:
sleep_setup_timeout(): always KASSERT that P_TIMEOUT is unset
Even if we aren't setting a timeout, P_TIMEOUT should not be set at
this point in the sleep.
ok visa@
