Skip to content

Commit

Permalink
PRD: set INTCQFIR[27:29] to threshold_and_mask_self
Browse files Browse the repository at this point in the history
Change-Id: I20ad86756b80964ed635c947d94273ea6899b576
CQ: SW423945
Backport: release-op910
Backport: release-fips910
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57286
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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/57340
CI-Ready: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Apr 18, 2018
1 parent 0be5926 commit 293a8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -5927,17 +5927,17 @@ group gINTCQFIR filter singlebit, cs_root_cause
/** INTCQFIR[27]
* INT_CQ_FIR_WRQ_OP_HANG:
*/
(rINTCQFIR, bit(27)) ? self_th_1;
(rINTCQFIR, bit(27)) ? threshold_and_mask_self;

/** INTCQFIR[28]
* INT_CQ_FIR_RDQ_OP_HANG:
*/
(rINTCQFIR, bit(28)) ? self_th_1;
(rINTCQFIR, bit(28)) ? threshold_and_mask_self;

/** INTCQFIR[29]
* INT_CQ_FIR_INTQ_OP_HANG:
*/
(rINTCQFIR, bit(29)) ? self_th_1;
(rINTCQFIR, bit(29)) ? threshold_and_mask_self;

/** INTCQFIR[30]
* INT_CQ_FIR_RDQ_DATA_HANG:
Expand Down
6 changes: 3 additions & 3 deletions src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -5907,17 +5907,17 @@ group gINTCQFIR filter singlebit, cs_root_cause
/** INTCQFIR[27]
* INT_CQ_FIR_WRQ_OP_HANG:
*/
(rINTCQFIR, bit(27)) ? self_th_1;
(rINTCQFIR, bit(27)) ? threshold_and_mask_self;

/** INTCQFIR[28]
* INT_CQ_FIR_RDQ_OP_HANG:
*/
(rINTCQFIR, bit(28)) ? self_th_1;
(rINTCQFIR, bit(28)) ? threshold_and_mask_self;

/** INTCQFIR[29]
* INT_CQ_FIR_INTQ_OP_HANG:
*/
(rINTCQFIR, bit(29)) ? self_th_1;
(rINTCQFIR, bit(29)) ? threshold_and_mask_self;

/** INTCQFIR[30]
* INT_CQ_FIR_RDQ_DATA_HANG:
Expand Down

0 comments on commit 293a8d9

Please sign in to comment.