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/prdfLaneRepair.C13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C b/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
index 0e66f8715..6cb4e6535 100644
--- a/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
+++ b/src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -412,7 +412,14 @@ void obus_smpCallout( TargetHandle_t i_smpTgt, TargetHandle_t i_obusTgt,
else if ( lnkStat->BitStringIsZero() )
{
calloutFlg = HWAS::FLAG_LINK_DOWN;
- i_sc.service_data->SetErrorSig(PRDFSIG_LinkFailed);
+
+ // Indicate in the multi-signature section that the link has failed.
+ // This allows us to know what attention we were handling in the
+ // primary signature.
+ i_sc.service_data->AddSignatureList(i_obusTgt, PRDFSIG_LinkFailed);
+
+ // Make the error log predictive and mask.
+ i_sc.service_data->SetThresholdMaskId(0);
}
l_mainElog->addBusCallout( i_smpTgt, l_smpPeerTgt, HWAS::O_BUS_TYPE,
@@ -441,7 +448,7 @@ void obus_smpCallout( TargetHandle_t i_smpTgt, TargetHandle_t i_obusTgt,
} // main elog is non-null
-} // end obus_smpCallout_link - two SMP targets
+} // end obus_smpCallout - two SMP targets
/** Given an OBUS TARGET and SMP link number -- get the SMP target **/
OpenPOWER on IntegriCloud