summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Mcs.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Mcs.rule11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule
index f56bb9c60..3e8cced5f 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2016
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -256,7 +256,7 @@ group gMciFir attntype CHECK_STOP, RECOVERABLE, SPECIAL, UNIT_CS
/** MCIFIR[10]
* MCIFIRQ_CRC_PERFORMANCE_DEGRADATION
*/
- (MciFir, bit(10)) ? analyzeSpareBitAndThr;
+ (MciFir, bit(10)) ? defaultMaskedError;
/** MCIFIR[11]
* MCIFIRQ_CHANNEL_INTERLOCK_FAIL
@@ -549,13 +549,6 @@ actionclass CalloutDmiBusAndThr2pd
threshold2pday;
};
-/** If there is a lane repair attention, do nothing. Otherwise, callout DMI bus
- with threshold of 2/day. */
-actionclass analyzeSpareBitAndThr
-{
- try( funccall("checkSpareBit"), CalloutDmiBusAndThr2pd );
-};
-
/** The plugin checks if the Proc is either Murano DD2 or Venice DD1.
If neither, then callout thresholdAndMask_self and change signature to
DD1: MCIFIRQ_INTERNAL_SCOM_ERROR. */
OpenPOWER on IntegriCloud