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