summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_firinit.C2
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.C2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_firinit.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_firinit.C
index e0569c0da..26ff9f9e9 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_firinit.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_firinit.C
@@ -134,7 +134,7 @@ fapi2::ReturnCode p9_pm_firinit(
}
else if (i_mode == p9pm::PM_RESET)
{
- if (l_pm_firinit_flag != 1)
+ if (l_pm_firinit_flag != 2)
{
l_pm_firinit_flag = 2;
FAPI_TRY(FAPI_ATTR_SET(fapi2::ATTR_PM_FIRINIT_DONE_ONCE_FLAG,
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.C
index 737b113cc..406b20013 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.C
@@ -229,7 +229,7 @@ fapi_try_exit:
// Channel 1 returned to Linear Stream, Circular upon exit
FAPI_EXEC_HWP(l_rc, p9_pm_ocb_indir_setup_circular, i_target,
p9ocb::OCB_CHAN1,
- p9ocb::OCB_TYPE_NULL,
+ p9ocb::OCB_TYPE_CIRC,
0, // Bar
0, // Length
p9ocb::OCB_Q_OUFLOW_NULL,
OpenPOWER on IntegriCloud