5f5f67da97
Timekeeping IRQs from CS5536 MFGPT are routed to i8259, which then triggers the "cascade" IRQ on MIPS CPU. Without IRQF_NO_SUSPEND in cascade_irqaction, MFGPT interrupts will be masked in suspend mode, and the machine would be unable to resume once suspended. Previously, MIPS IRQs were not disabled properly, so the original code appeared to work. Commit |
||
---|---|---|
.. | ||
Makefile | ||
clock.c | ||
dma.c | ||
ec_kb3310b.c | ||
ec_kb3310b.h | ||
irq.c | ||
machtype.c | ||
pm.c | ||
reset.c |