mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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 |