summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-11-09 20:27:30 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2016-12-06 10:00:48 -0500
commit24e166c3af3a55796f26c8199b5333d13f20c758 (patch)
treef0fa54518400a97b5719e75dc8ce033726e94223 /src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
parent1613ef4b00c0a8fcf6b171cf51fc8ee61e9f356f (diff)
downloadtalos-hostboot-24e166c3af3a55796f26c8199b5333d13f20c758.tar.gz
talos-hostboot-24e166c3af3a55796f26c8199b5333d13f20c758.zip
PRD: simplified templates in TdCtlr class.
Change-Id: I3e8afd26d244fa6ed8da47725983bffd40e0ae3d RTC: 157892 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32507 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33077 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
index 5f7138271..d54fb3a1c 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
@@ -26,7 +26,6 @@
#include <prdfMemTdCtlr.H>
#include <prdfMemAddress.H>
-#include <prdfP9McbistDataBundle.H>
using namespace TARGETING;
@@ -38,7 +37,7 @@ using namespace PlatServices;
//------------------------------------------------------------------------------
template<>
-uint32_t MemTdCtlr<TYPE_MCBIST, McbistDataBundle *>::initStoppedRank()
+uint32_t MemTdCtlr<TYPE_MCBIST>::initStoppedRank()
{
#define PRDF_FUNC "[initStoppedRank] "
@@ -85,9 +84,8 @@ uint32_t MemTdCtlr<TYPE_MCBIST, McbistDataBundle *>::initStoppedRank()
//------------------------------------------------------------------------------
-/* RTC 136128
template<>
-uint32_t MemTdCtlr<TYPE_MBA, MbaDataBundle *>::initStoppedRank()
+uint32_t MemTdCtlr<TYPE_MBA>::initStoppedRank()
{
#define PRDF_FUNC "[initStoppedRank] "
@@ -114,7 +112,6 @@ uint32_t MemTdCtlr<TYPE_MBA, MbaDataBundle *>::initStoppedRank()
#undef PRDF_FUNC
}
-*/
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud