[Skiboot] [PATCH] Fix PIR mask for POWER9
Michael Neuling
mikey at neuling.org
Fri Jan 13 16:53:17 AEDT 2017
Fix typo in PIR mask for POWER9. Fixes booting multi-chip.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
include/processor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/processor.h b/include/processor.h
index 3942268a11..b98dff8dfe 100644
--- a/include/processor.h
+++ b/include/processor.h
@@ -39,7 +39,7 @@
#define MSR_LE PPC_BIT(63) /* Little Endian */
/* PIR */
-#define SPR_PIR_P9_MASK 0x07ff /* Mask of implemented bits */
+#define SPR_PIR_P9_MASK 0x7fff /* Mask of implemented bits */
#define SPR_PIR_P8_MASK 0x1fff /* Mask of implemented bits */
#define SPR_PIR_P7_MASK 0x03ff /* Mask of implemented bits */
--
2.9.3
More information about the Skiboot
mailing list