mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 14:19:51 +07: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 |