mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +00:00
950312ce22
The hang was caused by the use of disable_irq() from the interrupt handler
itself. Fixed by the use of disable_irq_nosync(). The issue was
triggered by:
commit
|
||
---|---|---|
.. | ||
crime.c | ||
ip32-berr.c | ||
ip32-irq.c | ||
ip32-memory.c | ||
ip32-platform.c | ||
ip32-reset.c | ||
ip32-setup.c | ||
Makefile |