aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2018-01-11 15:28:50 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-01-14 23:48:48 -0600
commit8cbc15556621c08634915a371f688586c7aabbcb (patch)
tree968f5d0af35c5b0dc8b7bce6f748e420289116a0 /hw
parent3c38214ab4f097a307058361428f9be8a239f1db (diff)
downloadskiboot-8cbc15556621c08634915a371f688586c7aabbcb.zip
skiboot-8cbc15556621c08634915a371f688586c7aabbcb.tar.gz
skiboot-8cbc15556621c08634915a371f688586c7aabbcb.tar.bz2
npu2.c: Fix XIVE IRQ alignment
Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/npu2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/npu2.c b/hw/npu2.c
index 7ffb094..6658ab5 100644
--- a/hw/npu2.c
+++ b/hw/npu2.c
@@ -40,7 +40,7 @@
#define NPU2_IRQ_BASE_SHIFT 13
#define NPU2_N_DL_IRQS 23
-#define NPU2_N_DL_IRQS_ALIGN 32
+#define NPU2_N_DL_IRQS_ALIGN 64
#define VENDOR_CAP_START 0x80
#define VENDOR_CAP_END 0x90