mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 12:20:44 +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 | ||