summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-04-29 14:54:51 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-14 14:01:50 -0500
commitbe9dbbfa1c4c718b136be40315166b6524b8ed59 (patch)
tree3a11fd533182a8b96c5103f144444cefca469b6b /src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule
parenta212ae0c61e46778897de05cdd4183cc69b1c76c (diff)
downloadtalos-hostboot-be9dbbfa1c4c718b136be40315166b6524b8ed59.tar.gz
talos-hostboot-be9dbbfa1c4c718b136be40315166b6524b8ed59.zip
PRD: updates PLL rule code from latest RAS review
Change-Id: I4c4267bdb96bddd0b2c20a13d4ee351111cad344 RTC: 70556 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4280 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Squashed: I4553a80af1136ba494a169e50a9d1cfae3de31f6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4439 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule
index 9faddbf25..0356524b4 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_TP.rule
@@ -104,21 +104,21 @@ group gTpLFir filter singlebit
*/
(TpLFir, bit(10|11)) ? TBDDefaultCallout;
- /** TP_LFIR[18]
- * local errors from mem PLL
+ /** TP_LFIR[19]
+ * local errors from nest PLL
*
* These should never trigger directly themselves.
* Should be handled by global PRD PLL code.
*/
- (TpLFir, bit(18)) ? threshold32pday;
+ (TpLFir, bit(19)) ? threshold32pday;
- /** TP_LFIR[19]
- * local errors from nest PLL
+ /** TP_LFIR[20]
+ * local errors from mem PLL
*
* These should never trigger directly themselves.
* Should be handled by global PRD PLL code.
*/
- (TpLFir, bit(19)) ? threshold32pday;
+ (TpLFir, bit(20)) ? threshold32pday;
};
OpenPOWER on IntegriCloud