]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Fix CPU affinity for Lasi, WAX and Dino chips
authorHelge Deller <deller@gmx.de>
Sun, 27 Mar 2022 13:46:26 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Apr 2022 12:15:04 +0000 (14:15 +0200)
commit3940ecfccfffec8385b64551fd73a12c02049437
tree7380f3670edf779c5851d18e426101a5c1795ae5
parent2ef74e3e0089b6615ee124e1183746974c6bb561
parisc: Fix CPU affinity for Lasi, WAX and Dino chips

[ Upstream commit 939fc856676c266c3bc347c1c1661872a3725c0f ]

Add the missing logic to allow Lasi, WAX and Dino to set the
CPU affinity. This fixes IRQ migration to other CPUs when a
CPU is shutdown which currently holds the IRQs for one of those
chips.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/parisc/dino.c
drivers/parisc/gsc.c
drivers/parisc/gsc.h
drivers/parisc/lasi.c
drivers/parisc/wax.c