parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()
authorHelge Deller <deller@gmx.de>
Sun, 27 Mar 2022 13:41:06 +0000 (15:41 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 29 Mar 2022 19:37:12 +0000 (21:37 +0200)
commitac2dd327944548fe732b3f7173b983791bde42a4
tree6203eba9d41835e140a7430231a964931a640f04
parent939fc856676c266c3bc347c1c1661872a3725c0f
parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()

The cpu_set_affinity_irq() isn't needed. Not the CPU irqs need to
change, but the slave irq chips simply need to be reprogrammed to
a new CPU irq with the txn_* functions.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/irq.c