Allow fast interrupts to cause preemption.
Reviewed by: jhb, scottl Approved by: sam (mentor)
This commit is contained in:
parent
b0b381b949
commit
f4f83943de
@ -204,8 +204,6 @@ intr_execute_handlers(struct intsrc *isrc, struct intrframe *iframe)
|
||||
}
|
||||
isrc->is_pic->pic_eoi_source(isrc);
|
||||
error = 0;
|
||||
/* XXX */
|
||||
td->td_pflags &= ~TDP_OWEPREEMPT;
|
||||
critical_exit();
|
||||
} else {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user