From 55bf9d3532a4a107aaf7a0bdd0eaef70267c5417 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Mon, 23 Oct 2017 21:22:14 +1100 Subject: phb4: Update comment No functional change. Signed-off-by: Michael Neuling Signed-off-by: Stewart Smith --- hw/phb4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/phb4.c b/hw/phb4.c index 0e3c6e1..2afd89e 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) -- cgit v1.1