diff options
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Mcs.rule | 4 | ||||
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule index d5a3f3713..64284b15e 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule @@ -209,7 +209,7 @@ group gMciFir attntype CHECK_STOP, RECOVERABLE, SPECIAL, UNIT_CS /** MCIFIR[4] * MCIFIRQ_SEQID_OUT_OF_ORDER */ - (MciFir, bit(4)) ? calloutDmiBusAndLvl2Th1; + (MciFir, bit(4)) ? defaultMaskedError; /** MCIFIR[5] * MCIFIRQ_REPLAY_BUFFER_ECC_CE @@ -332,7 +332,7 @@ group gMciFir attntype CHECK_STOP, RECOVERABLE, SPECIAL, UNIT_CS /** MCIFIR[27] * MCIFIRQ_MCS_COMMAND_LIST_TIMEOUT_DUE_TO_POWERBUS */ - (MciFir, bit(27)) ? callout2ndLvlMedThr1NoGard; + (MciFir, bit(27)) ? calloutDmiBusAndLvl2Th1; /** MCIFIR[28] * MCIFIRQ_MULTIPLE_RCMD_OR_CRESP_ACTIVE diff --git a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule index ad37e72a5..2bd6393c5 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule @@ -444,7 +444,7 @@ group gMbiFir filter singlebit /** MBIFIR[4] * MBIFIRQ_SEQID_OUT_OF_ORDER */ - (MbiFir, bit(4)) ? calloutDmiBusLvl2Th1; + (MbiFir, bit(4)) ? defaultMaskedError; /** MBIFIR[5] * MBIFIRQ_REPLAY_BUFFER_ECC_CE @@ -1273,9 +1273,6 @@ actionclass calloutDmiBusTh1 { calloutDmiBus; threshold1; }; /** Callout the DMI bus, threshold 2 per day */ actionclass calloutDmiBusTh2pday { calloutDmiBus; threshold2pday; }; -/** Callout the DMI bus and 2nd Level (LOW), threshold 1 */ -actionclass calloutDmiBusLvl2Th1 { calloutDmiBusTh1; callout2ndLvlLow; }; - /** Callout MCS, centaur, threshold 1 and set SUE genreation point */ actionclass CalloutMcsMedSelfMedThr1UE { |

