[Skiboot] [PATCH 9/9] [RFC] dts: Possible FIX for set trip bits
Cyril Bur
cyril.bur at au1.ibm.com
Mon Mar 19 15:54:20 AEDT 2018
It is possible that fixing CID 209503 will fix these FIXMEs. I do not
know this code well at all and am in absolutely no position to test.
Removing the FIXME needs much more scrutiny!!
CC: Cédric Le Goater <clg at fr.ibm.com>
CC: Shilpasri G Bhat <shilpa.bhat at linux.vnet.ibm.com>
Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
---
hw/dts.c | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/hw/dts.c b/hw/dts.c
index 2c366699..5e9e5e39 100644
--- a/hw/dts.c
+++ b/hw/dts.c
@@ -187,11 +187,6 @@ static int dts_read_core_temp_p8(uint32_t pir, struct dts *dts)
prlog(PR_TRACE, "DTS: Chip %x Core %x temp:%dC trip:%x\n",
chip_id, core, dts->temp, dts->trip);
- /*
- * FIXME: The trip bits are always set ?! Just discard
- * them for the moment until we understand why.
- */
- dts->trip = 0;
return 0;
}
@@ -228,11 +223,6 @@ static int dts_read_core_temp_p9(uint32_t pir, struct dts *dts)
prlog(PR_TRACE, "DTS: Chip %x Core %x temp:%dC trip:%x\n",
chip_id, core, dts->temp, dts->trip);
- /*
- * FIXME: The trip bits are always set ?! Just discard
- * them for the moment until we understand why.
- */
- dts->trip = 0;
return 0;
}
@@ -367,11 +357,6 @@ static int dts_read_mem_temp(uint32_t chip_id, struct dts *dts)
prlog(PR_TRACE, "DTS: Chip %x temp:%dC trip:%x\n",
chip_id, dts->temp, dts->trip);
- /*
- * FIXME: The trip bits are always set ?! Just discard
- * them for the moment until we understand why.
- */
- dts->trip = 0;
return 0;
}
--
2.16.2
More information about the Skiboot
mailing list