summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-05-11 14:14:44 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-05-15 21:58:06 -0400
commitb26bb8d32b9f4bb119461d753d283a066d6b33c0 (patch)
tree409e39d8af00fe0c0f81f7466a32ff5870eb63b6
parent93a05fa7d48c6a76e521b00f438082e1d9f6bab8 (diff)
downloadtalos-hostboot-b26bb8d32b9f4bb119461d753d283a066d6b33c0.tar.gz
talos-hostboot-b26bb8d32b9f4bb119461d753d283a066d6b33c0.zip
PRD: callout connented L4 bug
The rule code was doing a getConnectedParent() instead of getConnectedChild(). Change-Id: I19a8e53779d23660f0061dd733f18fc90daff5b4 CQ: SW428711 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58713 Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58723 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
index acc68a0e2..226202dfa 100644
--- a/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
+++ b/src/usr/diag/prdf/common/plat/cen/cen_centaur_actions.rule
@@ -62,7 +62,7 @@ actionclass threshold_and_mask_mba0 { calloutMba0; threshold_and_mask; };
actionclass threshold_and_mask_mba1 { calloutMba1; threshold_and_mask; };
/** Callout the connected L4 */
-actionclass calloutL4 { callout(connected(TYPE_L4), MRU_MED); };
+actionclass calloutL4 { callout(connected(TYPE_L4, 0), MRU_MED); };
/** Callout the connected L4, threshold 1 */
actionclass l4_th_1 { calloutL4; threshold1; };
OpenPOWER on IntegriCloud