Turn interrupt thread preemption back on on the alpha.
Tested by: mjacob
This commit is contained in:
parent
e47a40e7f7
commit
0730d79121
@ -448,7 +448,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
|
||||
"alpha_dispatch_intr: disabling vector 0x%x", i->vector);
|
||||
ithd->it_disable(ithd->it_vector);
|
||||
}
|
||||
error = ithread_schedule(ithd, 0); /* XXX:no preemption for now */
|
||||
error = ithread_schedule(ithd, !cold);
|
||||
KASSERT(error == 0, ("got an impossible stray interrupt"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user