aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-10-23 21:22:14 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-23 12:37:52 -0500
commit55bf9d3532a4a107aaf7a0bdd0eaef70267c5417 (patch)
tree646ceaf2845d2104fe668d44113efb4a6e8499dd
parent4396cba75836070cca41d83705497273aa846d8a (diff)
downloadskiboot-55bf9d3532a4a107aaf7a0bdd0eaef70267c5417.zip
skiboot-55bf9d3532a4a107aaf7a0bdd0eaef70267c5417.tar.gz
skiboot-55bf9d3532a4a107aaf7a0bdd0eaef70267c5417.tar.bz2
phb4: Update comment
No functional change. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/phb4.c2
1 files changed, 1 insertions, 1 deletions
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)