[Skiboot] [PATCH 1/9] phb4: Update comment

Michael Neuling mikey at neuling.org
Fri Oct 20 22:59:34 AEDT 2017


No functional change.

Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 hw/phb4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/phb4.c b/hw/phb4.c
index c64ded92f9..492716857b 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.11.0



More information about the Skiboot mailing list