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 | ||