Skip to content

Commit

Permalink
Undo hack for PM change that got reverted
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Sep 18, 2018
1 parent 444aeb4 commit 2a2962b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/usr/util/runtime/rt_cmds.C
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 2a2962b

Please sign in to comment.