summaryrefslogtreecommitdiff
path: root/drivers/parisc/gsc.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-03-27 16:46:26 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-13 21:59:14 +0300
commitf77f482ec31a1f38eb38079622ca367b4b7d7442 (patch)
tree3fd48b3bbc23ae86957a8aee24fed81130c5b8a6 /drivers/parisc/gsc.h
parent30dd4af48a9e1f863c9f7fc4a3e34ef01ea5810e (diff)
downloadlinux-f77f482ec31a1f38eb38079622ca367b4b7d7442.tar.xz
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>
Diffstat (limited to 'drivers/parisc/gsc.h')
-rw-r--r--drivers/parisc/gsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/gsc.h b/drivers/parisc/gsc.h
index 86abad3fa215..73cbd0bb1975 100644
--- a/drivers/parisc/gsc.h
+++ b/drivers/parisc/gsc.h
@@ -31,6 +31,7 @@ struct gsc_asic {
int version;
int type;
int eim;
+ struct gsc_irq gsc_irq;
int global_irq[32];
};