summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule
index 5acfbb4da..940a882c4 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule
@@ -729,29 +729,33 @@ actionclass maxSparesExceeded_xbus1
actionclass tooManyBusErrors_xbus1
{ calloutXbus1InterfaceTh1; funccall("tooManyBusErrors_xbus1"); };
-/** Callout the XBUS 0 interface, threshold 5 per day */
+/** Threshold 5 per day, mask but do not predictively callout XBUS 0 */
actionclass calloutXbus0InterfaceTh5pDay
{
calloutXbus0Interface;
threshold5pday;
+ funccall("ClearServiceCallFlag");
};
-/** Callout the XBUS 1 interface, threshold 5 per day */
+/** Threshold 5 per day, mask but do not predictively callout XBUS 1 */
actionclass calloutXbus1InterfaceTh5pDay
{
calloutXbus1Interface;
threshold5pday;
+ funccall("ClearServiceCallFlag");
};
-/** Callout the XBUS 2 interface, threshold 5 per day */
+/** Threshold 5 per day, mask but do not predictively callout XBUS 2 */
actionclass calloutXbus2InterfaceTh5pDay
{ calloutXbus2Interface;
threshold5pday;
+ funccall("ClearServiceCallFlag");
};
-/** Callout the XBUS 3 interface, threshold 5 per day */
+/** Threshold 5 per day, mask but do not predictively callout XBUS 3 */
actionclass calloutXbus3InterfaceTh5pDay
{
calloutXbus3Interface;
threshold5pday;
+ funccall("ClearServiceCallFlag");
};
OpenPOWER on IntegriCloud