Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.

Reported by:	tinderbox
This commit is contained in:
John Baldwin 2005-04-09 18:15:17 +00:00
parent 5cf323be3f
commit 85a4f4d527

View File

@ -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;
} }