mirror of https://github.com/acidanthera/audk.git
9bf473da4c
Deferring the EOI until after the call to RestoreTPL() means that any
callbacks invoked by RestoreTPL() will run with timer interrupt
delivery disabled. If any such callbacks themselves rely on timers to
implement timeout loops, then the callbacks will get stuck in an
infinite loop from which the system will never recover.
This reverts commit
|
||
---|---|---|
.. | ||
LocalApicTimerDxe.c | ||
LocalApicTimerDxe.h | ||
LocalApicTimerDxe.inf |