summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule b/src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule
index 045a69113..3b9e15fe8 100644
--- a/src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule
+++ b/src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2018
+# Contributors Listed Below - COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
@@ -212,7 +212,7 @@ group gPHBNFIR
/** PHBNFIR[0]
* BAR Parity Error
*/
- (rPHBNFIR, bit(0)) ? self_th_1;
+ (rPHBNFIR, bit(0)) ? parent_proc_th_1;
/** PHBNFIR[1]
* Parity Errors on Registers besides BAR
@@ -252,12 +252,12 @@ group gPHBNFIR
/** PHBNFIR[8]
* Register Array Parity Error
*/
- (rPHBNFIR, bit(8)) ? self_th_1;
+ (rPHBNFIR, bit(8)) ? parent_proc_th_1;
/** PHBNFIR[9]
* Power Bus Interface Parity Error
*/
- (rPHBNFIR, bit(9)) ? self_th_1;
+ (rPHBNFIR, bit(9)) ? parent_proc_th_1;
/** PHBNFIR[10]
* Power Bus Data Hang
@@ -297,7 +297,7 @@ group gPHBNFIR
/** PHBNFIR[17]
* Hardware Error
*/
- (rPHBNFIR, bit(17)) ? self_th_1;
+ (rPHBNFIR, bit(17)) ? parent_proc_th_1;
/** PHBNFIR[18]
* Unsolicited Power Bus Data
OpenPOWER on IntegriCloud