summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-05-07 22:13:35 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-05-15 23:39:06 -0400
commitb0a9477ec9a6d2b297d71cc271d06282163d3963 (patch)
tree24e33790c431c77676ef3d19038c0669e67da589 /src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C
parentbc2d4987aef8b8f664a98e5689d19d2992ef8f87 (diff)
downloadtalos-hostboot-b0a9477ec9a6d2b297d71cc271d06282163d3963.tar.gz
talos-hostboot-b0a9477ec9a6d2b297d71cc271d06282163d3963.zip
PRD: refined cleanupChnlFail() for Centaur
Change-Id: I0183bd5bbee1c4b461ad7fbf07bae6a914554fee RTC: 136123 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58467 Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58813 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>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C
index f4cdba115..95dcc0c22 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMembuf.C
@@ -183,34 +183,6 @@ int32_t PreAnalysis( ExtensibleChip * i_mbChip, STEP_CODE_DATA_STRUCT & i_sc,
}
PRDF_PLUGIN_DEFINE( Membuf, PreAnalysis );
-//------------------------------------------------------------------------------
-
-/**
- * @brief Plugin function called after analysis is complete but before PRD
- * exits.
- * @param i_mbChip A Centaur chip.
- * @param i_sc The step code data struct.
- * @note This is especially useful for any analysis that still needs to be
- * done after the framework clears the FIR bits that were at attention.
- * @return SUCCESS.
- */
-int32_t PostAnalysis( ExtensibleChip * i_mbChip, STEP_CODE_DATA_STRUCT & i_sc )
-{
- #define PRDF_FUNC "[Membuf::PostAnalysis] "
- int32_t l_rc;
-
- l_rc = MemUtils::chnlCsCleanup( i_mbChip, i_sc );
- if( SUCCESS != l_rc )
- {
- PRDF_ERR( PRDF_FUNC "ChnlCsCleanup() failed");
- }
-
- return SUCCESS;
-
- #undef PRDF_FUNC
-}
-PRDF_PLUGIN_DEFINE( Membuf, PostAnalysis );
-
//##############################################################################
//
// DMIFIR
OpenPOWER on IntegriCloud