irqchip/loongson-eiointc: Remove explicit interrupt affinity restore on resume
authorBibo Mao <maobibo@loongson.cn>
Tue, 30 Jan 2024 08:27:22 +0000 (16:27 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 09:53:14 +0000 (10:53 +0100)
commit83c0708719f77018cd3b98b0011c9526a3e0e2ca
treec380fa2d0252708030bf77808205eb1da733bb70
parent3eece72ded7f67776731709702f3d1b9893b6a4f
irqchip/loongson-eiointc: Remove explicit interrupt affinity restore on resume

During suspend all CPUs except CPU0 are hot-unpluged and all active
interrupts are migrated to CPU0.

On resume eiointc_router_init() affines all interrupts to CPU0, so the
subsequent explicit interrupt affinity restore is redundant.

Remove it.

[ tglx: Rewrote changelog ]

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240130082722.2912576-4-maobibo@loongson.cn
drivers/irqchip/irq-loongson-eiointc.c