[Skiboot] [PATCH v2 1/9] phb4: Update comment
Michael Neuling
mikey at neuling.org
Mon Oct 23 21:22:14 AEDT 2017
No functional change.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
v2: pest -> PEST
---
hw/phb4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/phb4.c b/hw/phb4.c
index 48b01e7b63..206b0b7402 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -1140,7 +1140,7 @@ static int64_t phb4_ioda_reset(struct phb *phb, bool purge)
/* Additional OPAL specific inits */
- /* Clear RTT and PELTV */
+ /* Clear RTT and PELTV and PEST */
if (p->tbl_rtt)
memcpy((void *)p->tbl_rtt, p->rte_cache, RTT_TABLE_SIZE);
if (p->tbl_peltv)
--
2.14.1
More information about the Skiboot
mailing list