diff options
author | sachin gupta <sgupta2m@in.ibm.com> | 2014-01-21 01:23:42 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-24 22:28:13 -0600 |
commit | ae24e6b800b60e7613b2c3af9040c416d13b2d66 (patch) | |
tree | 4c936f9098dbe5b514b7b166f147a3d8dfb2766e /src/usr/diag | |
parent | f3ae3be4ca9fac63ac9a111a55604b6193680053 (diff) | |
download | talos-hostboot-ae24e6b800b60e7613b2c3af9040c416d13b2d66.tar.gz talos-hostboot-ae24e6b800b60e7613b2c3af9040c416d13b2d66.zip |
PRD: Xbus eRepair bug
Change-Id: I35eaf3d9a67bfc6ec3ce185e74bc2f55c21a7020
CQ:SW242471
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8173
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8331
Diffstat (limited to 'src/usr/diag')
-rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule index 246c46db6..bfc742f8a 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_XBUS.rule @@ -719,15 +719,15 @@ actionclass calloutXbus3InterfaceTh1 { calloutXbus3Interface; threshold1; }; /** Lane Repair: spare deployed - XBUS 0 */ actionclass spareDeployed_xbus0 -{ calloutXbus1Interface; funccall("spareDeployed_xbus0"); }; +{ calloutXbus0Interface; funccall("spareDeployed_xbus0"); }; /** Lane Repair: max spares exceeded - XBUS 0 */ actionclass maxSparesExceeded_xbus0 -{ calloutXbus1InterfaceTh1; funccall("maxSparesExceeded_xbus0"); }; +{ calloutXbus0InterfaceTh1; funccall("maxSparesExceeded_xbus0"); }; /** Lane Repair: too many bus errors - XBUS 0 */ actionclass tooManyBusErrors_xbus0 -{ calloutXbus1InterfaceTh1; funccall("tooManyBusErrors_xbus0"); }; +{ calloutXbus0InterfaceTh1; funccall("tooManyBusErrors_xbus0"); }; /** Lane Repair: spare deployed - XBUS 1 */ actionclass spareDeployed_xbus1 @@ -743,27 +743,27 @@ actionclass tooManyBusErrors_xbus1 /** Lane Repair: spare deployed - XBUS 2 */ actionclass spareDeployed_xbus2 -{ calloutXbus1Interface; funccall("spareDeployed_xbus2"); }; +{ calloutXbus2Interface; funccall("spareDeployed_xbus2"); }; /** Lane Repair: max spares exceeded - XBUS 2 */ actionclass maxSparesExceeded_xbus2 -{ calloutXbus1InterfaceTh1; funccall("maxSparesExceeded_xbus2"); }; +{ calloutXbus2InterfaceTh1; funccall("maxSparesExceeded_xbus2"); }; /** Lane Repair: too many bus errors - XBUS 2 */ actionclass tooManyBusErrors_xbus2 -{ calloutXbus1InterfaceTh1; funccall("tooManyBusErrors_xbus2"); }; +{ calloutXbus2InterfaceTh1; funccall("tooManyBusErrors_xbus2"); }; /** Lane Repair: spare deployed - XBUS 3 */ actionclass spareDeployed_xbus3 -{ calloutXbus1Interface; funccall("spareDeployed_xbus3"); }; +{ calloutXbus3Interface; funccall("spareDeployed_xbus3"); }; /** Lane Repair: max spares exceeded - XBUS 3 */ actionclass maxSparesExceeded_xbus3 -{ calloutXbus1InterfaceTh1; funccall("maxSparesExceeded_xbus3"); }; +{ calloutXbus3InterfaceTh1; funccall("maxSparesExceeded_xbus3"); }; /** Lane Repair: too many bus errors - XBUS 3 */ actionclass tooManyBusErrors_xbus3 -{ calloutXbus1InterfaceTh1; funccall("tooManyBusErrors_xbus3"); }; +{ calloutXbus3InterfaceTh1; funccall("tooManyBusErrors_xbus3"); }; /** Threshold 5 per day, mask but do not predictively callout XBUS 0 */ actionclass calloutXbus0InterfaceTh5pDay |