![scw](/assets/img/avatar_default.png)
In the interrupt dispatch loop, make sure to handle any pending interrupts which came in while we were dealing with the first interrupt(s), and which are enabled at the current spl. This fixes a problem where the intr_enabled/hw mask is not updated to allow pending interrupts through until the next splx(). In some case, interrupts could be delayed until the next clock tick.
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%