jhb 2003/04/17 15:31:54 PDT
FreeBSD src repository
Modified files:
sys/kern sys_process.c
Log:
The sched_lock is not needed while clearing two of the P_STOPPED bits in
p_flag. Also, the proc lock can't be recursed, so simplify an older proc
lock assertion.
Revision Changes Path
1.106 +2 -3 src/sys/kern/sys_process.c