cvs commit: src/sys/kern subr_turnstile.c
John Baldwin
jhb at FreeBSD.org
Thu Dec 11 12:02:29 PST 2003
jhb 2003/12/11 12:01:52 PST
FreeBSD src repository
Modified files: (Branch: RELENG_5_2)
sys/kern subr_turnstile.c
Log:
MFC: Replace fix for empty turnstile race with a more general fix for the
more general race of a thread that was already woken up but still pending.
Adjust assertion for TDF_TSNOBLOCK case to allow for a thread to be on the
run queue as well as currently running.
Approved by: re (scottl)
Revision Changes Path
1.134.2.1 +12 -10 src/sys/kern/subr_turnstile.c
More information about the cvs-src
mailing list