summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-09-14 16:14:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-18 14:28:04 -0500
commit2a2962bd96ec4e0e951be7d7d92247ac965922d5 (patch)
treee7a7f9c3bbc1e8e4f2c9d61ecd21127ecb6d971a
parent444aeb467542541afb6aa8072037c8ddc74ab10c (diff)
downloadtalos-hostboot-2a2962bd96ec4e0e951be7d7d92247ac965922d5.tar.gz
talos-hostboot-2a2962bd96ec4e0e951be7d7d92247ac965922d5.zip
Undo hack for PM change that got reverted
Original change was: I1f7ca865640dfc0a08aef783fd3595d2f249a672 Change-Id: I6aff8378885ef6b49298e8eaefcf046a1b9bdcca Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66225 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/util/runtime/rt_cmds.C2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/util/runtime/rt_cmds.C b/src/usr/util/runtime/rt_cmds.C
index 96172c712..4ce0f9a11 100644
--- a/src/usr/util/runtime/rt_cmds.C
+++ b/src/usr/util/runtime/rt_cmds.C
@@ -780,7 +780,6 @@ int cmd_reload_pm_complex( char*& o_output, uint64_t stopAt )
sprintf(o_output, "cmd_reload_pm_complex >>\n");
UTIL_FT("cmd_reload_pm_complex >>");
-#if 0 //fixme
uint64_t l_chip;
uint64_t l_occ_common_addr;
uint64_t l_homerPhysAddr;
@@ -941,7 +940,6 @@ int cmd_reload_pm_complex( char*& o_output, uint64_t stopAt )
}
delete coreThreadRestoreBEFORE;
-#endif //fixme
sprintf(l_tmpstr, "<< cmd_reload_pm_complex\n");
strcat(o_output, l_tmpstr);
UTIL_FT("<< cmd_reload_pm_complex");
OpenPOWER on IntegriCloud