Skip to content

Commit

Permalink
PRD: Add all relevant callouts for SMP interface errors
Browse files Browse the repository at this point in the history
Change-Id: I58beb52d207e3ba020039b06e42e378ac8a5c210
CQ: SW444119
Backport: release-fips922
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66075
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66168
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
bweisenb authored and zane131 committed Sep 17, 2018
1 parent 02f6ebe commit c2dc84d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,13 @@ void obus_smpCallout_link( TargetHandle_t &i_smpTgt )
PRDF_ASSERT(nullptr != l_smpPeerTgt);

// Call SVPD routine to add callouts
l_err = HWSV::SvrError::AddSMPCalloutAndFFDC(i_smpTgt, l_smpPeerTgt,
l_mainElog);
l_err = HWSV::SvrError::AddBusCallouts( l_mainElog, i_smpTgt,
l_smpPeerTgt, HWAS::O_BUS_TYPE,
SRCI_PRIORITY_MED );

if (NULL != l_err)
{
PRDF_ERR("handleSmpCable callouts failed");
PRDF_ERR("AddBusCallouts failed");
l_err->CollectTrace(PRDF_COMP_NAME, 1024);
l_err->commit( PRDF_COMP_ID, ERRL_ACTION_REPORT );
delete l_err;
Expand Down

0 comments on commit c2dc84d

Please sign in to comment.