summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C b/src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C
index d8e9bd996..042df2122 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_core_checkstop_handler.C
@@ -38,7 +38,7 @@ fapi2::ReturnCode p9_core_checkstop_handler(
const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM> FAPI_SYSTEM;
//if true, save off the original action, and turn local xstops into system xstops.
- if(i_override_restore)
+ if(i_override_restore == CORE_XSTOP_HNDLR__SAVE_AND_ESCALATE)
{
// Getting ACTION0
FAPI_TRY(fapi2::getScom(i_target_core, C_CORE_ACTION0, l_action0),
OpenPOWER on IntegriCloud