From 4e47aaa5ef48f0b323efe45e5bc57b37c7bfacf7 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Tue, 15 May 2018 11:26:17 -0500 Subject: PRD: Callout MBA LOW with no gard on RCD parity errors Change-Id: Iabece4b7ce099ccebdb00d459b3cd194f87032a8 CQ: SW429011 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58845 Tested-by: Jenkins Server Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Caleb N. Palmer Reviewed-by: Matt Derksen Reviewed-by: Brian J. Stegmiller Reviewed-by: Zane C. Shelley Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58903 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins --- src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule | 4 ++++ src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr/diag/prdf/common') diff --git a/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule index 366e7353f..a82a96272 100644 --- a/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule +++ b/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule @@ -117,6 +117,10 @@ actionclass calloutSelfLow { callout(MRU_LOW); }; actionclass callout2ndLvlMed { callout(procedure(LEVEL2_SUPPORT), MRU_MED); }; +/** Callout self with low priority but don't gard it */ +actionclass calloutSelfLowNoGard +{ callout(MRU_LOW, NO_GARD); }; + ################################################################################ # Callouts with thresholds # ################################################################################ diff --git a/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule index 21b881dfd..6edeb20fc 100644 --- a/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule +++ b/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule @@ -33,7 +33,7 @@ actionclass maint_cmd_complete actionclass rcd_parity_error_UERE { funccall("MaskRcdParitySideEffects"); - calloutSelfLow; + calloutSelfLowNoGard; threshold1; SueSource; }; -- cgit v1.2.1