summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
index 4f6c75f80..a767971c3 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
@@ -1558,12 +1558,12 @@ group gPsiHbFir filter singlebit
/** PSIHBFIR[5]
* FSP_ECC_ERR_CE
*/
- (PsiHbFir, bit(5)) ? calloutPsiThr32;
+ (PsiHbFir, bit(5)) ? defaultMaskedError;
/** PSIHBFIR[6]
* FSP_ECC_ERR_UE
*/
- (PsiHbFir, bit(6)) ? calloutPsiThr1;
+ (PsiHbFir, bit(6)) ? defaultMaskedError;
/** PSIHBFIR[7]
* ERROR_STATE
@@ -3097,28 +3097,3 @@ actionclass callout2ndLvlMedThr1
threshold1;
};
-/** callout both ends of PSI Link.Threshold is 32 events per day.
- */
-actionclass calloutPsiThr32
-{
-#FIXME RTC 23127 Discussion in progress on this.Based on the outcome of
-# discussion, there are chances that we may replace this and calloutPsiThr1
-# with default masked error.
-
- calloutPsiLink;
- threshold32pday;
-};
-
-/** callout both ends of PSI Link on first instance.*/
-actionclass calloutPsiThr1
-{
- calloutPsiLink;
- threshold1;
-};
-
-/** callout both ends of PSI link */
-actionclass calloutPsiLink
-{
- callout(connected(TYPE_PSI, 0), MRU_MEDA);
- funccall("calloutPeerBus_psi0");
-};
OpenPOWER on IntegriCloud