around line 860
it->it_need = 1;
thread_lock(td);
if (TD_AWAITING_INTR(td)) {
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
[1] th->th_name);
TD_CLR_IWAIT(td);are you sure it's "th" and not "td" ? the "th" does not seem to be mentioned anywhere... roman _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
