[Skiboot] [PATCH 1/2] npu2.c: Fix XIVE IRQ alignment

Alistair Popple alistair at popple.id.au
Thu Jan 11 15:28:50 AEDT 2018


Signed-off-by: Alistair Popple <alistair at popple.id.au>
---
 hw/npu2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/npu2.c b/hw/npu2.c
index 7ffb0941..6658ab50 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
-- 
2.11.0



More information about the Skiboot mailing list