[Skiboot] [PATCH] phb3: Mask off FIR bit indicating link speed change on p8+
Ian Munsie
imunsie at au1.ibm.com
Mon May 23 19:04:26 AEST 2016
From: Ian Munsie <imunsie at au1.ibm.com>
This FIR bit is informational and should not take the system down.
Signed-off-by: Ian Munsie <imunsie at au1.ibm.com>
---
hw/phb3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/phb3.c b/hw/phb3.c
index 061a7b5..322f5b5 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -4199,7 +4199,7 @@ static void phb3_init_hw(struct phb3 *p, bool first_init)
out_be64(p->regs + PHB_OUT_ERR_IRQ_ENABLE, 0x600c42fc042080f0);
out_be64(p->regs + PHB_INA_ERR_IRQ_ENABLE, 0xc000a3a901826020);
out_be64(p->regs + PHB_INB_ERR_IRQ_ENABLE, 0x0000600000800070);
- out_be64(p->regs + PHB_LEM_ERROR_MASK, 0x42498e327f502eae);
+ out_be64(p->regs + PHB_LEM_ERROR_MASK, 0x42498e367f502eae);
/*
* Init_141 - Enable DMA address speculation
--
2.8.1
More information about the Skiboot
mailing list