summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
index cd53f0fa7..77e8308dd 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_reset.C
@@ -159,11 +159,9 @@ fapi2::ReturnCode p9_pm_reset(
// Reset the PSTATE GPE (Bring it to HALT)
// ************************************************************************
FAPI_DBG("Executing p9_pm_pstate_gpe_init to reset PGPE");
- /* TODO: RTC 157096 - Enable once the procedure is available
FAPI_EXEC_HWP(l_rc, p9_pm_pstate_gpe_init, i_target, p9pm::PM_RESET);
- FAPI_TRY(l_rc, "ERROR: Failed to reset PGPE");
+ FAPI_TRY(l_rc, "ERROR: Failed to reset the PGPE");
FAPI_TRY(p9_pm_glob_fir_trace(i_target, "After reset of PGPE"));
- */
// ************************************************************************
// Reset the STOP GPE (Bring it to HALT)
OpenPOWER on IntegriCloud