Fix typo in code obviously not being compiled on any of my machines.
found by: rdivacky@
This commit is contained in:
parent
3718612847
commit
3c1ffc320f
@ -858,7 +858,7 @@ intr_event_schedule_thread(struct intr_event *ie, struct intr_thread *it)
|
||||
thread_lock(td);
|
||||
if (TD_AWAITING_INTR(td)) {
|
||||
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
|
||||
th->th_name);
|
||||
td->td_name);
|
||||
TD_CLR_IWAIT(td);
|
||||
sched_add(td, SRQ_INTR);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user