cvs commit: src/sys/kern kern_sig.c
Colin Percival
cperciva at FreeBSD.org
Mon Apr 12 08:56:07 PDT 2004
cperciva 2004/04/12 08:56:06 PDT
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
stop() no longer needs sched_lock held; in fact, holding sched_lock causes
a LOR against sleepq. Fix the comment, and fix ptracestop() to pick up
sched_lock after stop() rather than before.
Reported by: Scott Sipe <cscotts at mindspring.com>
Reviewed by: rwatson, jhb
Revision Changes Path
1.276 +2 -3 src/sys/kern/kern_sig.c
More information about the cvs-src
mailing list