[PATCH 2/2] x86/irq: Take chained interrupts into account in fixup_irqs()

2015-10-02 Thread Mika Westerberg
When a CPU is offlined all interrupts that have action are migrated to other still online CPUs. However, if the interrupt has chained handler installed this is not done. Chained handlers are used by GPIO drivers which support interrupts, for instance. When affinity is not corrected properly we

[PATCH 2/2] x86/irq: Take chained interrupts into account in fixup_irqs()

2015-10-02 Thread Mika Westerberg
When a CPU is offlined all interrupts that have action are migrated to other still online CPUs. However, if the interrupt has chained handler installed this is not done. Chained handlers are used by GPIO drivers which support interrupts, for instance. When affinity is not corrected properly we