aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/gsc.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-03-27 15:46:26 +0200
committerHelge Deller <deller@gmx.de>2022-03-29 21:37:12 +0200
commit939fc856676c266c3bc347c1c1661872a3725c0f (patch)
tree8cd07730ca7845cde5300a282df06c21eb5ff625 /drivers/parisc/gsc.h
parentRevert "parisc: Fix invalidate/flush vmap routines" (diff)
downloadlinux-dev-939fc856676c266c3bc347c1c1661872a3725c0f.tar.xz
linux-dev-939fc856676c266c3bc347c1c1661872a3725c0f.zip
parisc: Fix CPU affinity for Lasi, WAX and Dino chips
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>
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];
};