The previous revision introduced a compilation error, i.e., the use of an
undefined variable. Correct this error.
This commit is contained in:
parent
2c61418d05
commit
fb7ed0f9cc
@ -436,7 +436,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
|
||||
critical_enter();
|
||||
ih->ih_handler(ih->ih_argument);
|
||||
/* XXX */
|
||||
td->td_pflags &= ~TDP_OWEPREEMPT;
|
||||
curthread->td_pflags &= ~TDP_OWEPREEMPT;
|
||||
critical_exit();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user