mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFi386: rev 1.12: re-allow fast interrupts to cause preemption
This commit is contained in:
parent
5cae05ad33
commit
2f6a1b4744
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue