Revert modification of subr_turnstile.c accidentally included in the

last commit; this assertion was provided by jhb for local debugging
and not intended for broader consumption.
This commit is contained in:
Robert Watson 2004-07-25 23:32:32 +00:00
parent fd179ee91d
commit feb9bd18c6

View File

@ -736,7 +736,6 @@ turnstile_unpend(struct turnstile *ts)
td->td_lockname = NULL;
TD_CLR_LOCK(td);
MPASS(TD_CAN_RUN(td));
MPASS(td->td_turnstile != NULL);
setrunqueue(td);
} else {
td->td_flags |= TDF_TSNOBLOCK;