Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.
Reported by: tinderbox
This commit is contained in:
parent
5cf323be3f
commit
85a4f4d527
@ -436,7 +436,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
|
|||||||
critical_enter();
|
critical_enter();
|
||||||
ih->ih_handler(ih->ih_argument);
|
ih->ih_handler(ih->ih_argument);
|
||||||
/* XXX */
|
/* XXX */
|
||||||
curthread->td_pflags &= ~TDP_OWEPREEMPT;
|
curthread->td_owepreempt = 0;
|
||||||
critical_exit();
|
critical_exit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user