summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/rule/prdfRuleMetaData.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/rule/prdfRuleMetaData.C')
-rw-r--r--src/usr/diag/prdf/common/rule/prdfRuleMetaData.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/rule/prdfRuleMetaData.C b/src/usr/diag/prdf/common/rule/prdfRuleMetaData.C
index 85c9b7602..ae4fcb973 100644
--- a/src/usr/diag/prdf/common/rule/prdfRuleMetaData.C
+++ b/src/usr/diag/prdf/common/rule/prdfRuleMetaData.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -487,6 +487,9 @@ int32_t RuleMetaData::Analyze( STEP_CODE_DATA_STRUCT & i_serviceData,
); //@pw01
}
+ // Additional error isolation for HWPs, if needed.
+ PlatServices::hwpErrorIsolation( l_chipAnalyzed, i_serviceData );
+
// Call postanalysis plugin.
// @jl02 JL Adding PostAnalysis plugin call.
ExtensibleChipFunction * l_postanalysis =
OpenPOWER on IntegriCloud