K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-12-09T21:14:31.000000Z K 7 svn:log V 337 Adjust an assertion for the TDF_TSNOBLOCK race handling in turnstile_unpend(). A racing thread that does not have TDI_LOCK set may either be running on another CPU or it may be sitting on a run queue if it was preempted during the very small window in turnstile_wait() between unlocking the turnstile chain lock and locking sched_lock. END