summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule6
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule b/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
index 90306419d..72793370a 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
@@ -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:
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule b/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
index 605c5dd6e..276a11c74 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
@@ -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:
OpenPOWER on IntegriCloud