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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144845

View file

@ -436,7 +436,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
critical_enter();
ih->ih_handler(ih->ih_argument);
/* XXX */
curthread->td_pflags &= ~TDP_OWEPREEMPT;
curthread->td_owepreempt = 0;
critical_exit();
return;
}