summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-03-26 16:40:26 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-04-10 11:09:04 -0400
commite772c3f7a1002af376e730e790a076c9f61b3389 (patch)
tree5201748adabf31e9c94e953056bc20064c141f49 /src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
parent2000b276f2ea60bcfefb212d05015b2968dcb272 (diff)
downloadtalos-hostboot-e772c3f7a1002af376e730e790a076c9f61b3389.tar.gz
talos-hostboot-e772c3f7a1002af376e730e790a076c9f61b3389.zip
PRD: enable MemEcc::handleMemUe() for MBA
Change-Id: Ic7a3e38af2d9b927bfdc112a382579b459e9db3f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56273 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56894 CI-Ready: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C b/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
index 3d80f856b..c15e03903 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
@@ -548,6 +548,7 @@ int32_t page( ExtensibleChip * i_chip, MemAddr i_addr )
#undef PRDF_FUNC
}
template int32_t page<TYPE_MCA>( ExtensibleChip * i_chip, MemAddr i_addr );
+template int32_t page<TYPE_MBA>( ExtensibleChip * i_chip, MemAddr i_addr );
//------------------------------------------------------------------------------
@@ -597,6 +598,7 @@ int32_t rank( ExtensibleChip * i_chip, MemRank i_rank )
#undef PRDF_FUNC
}
template int32_t rank<TYPE_MCA>( ExtensibleChip * i_chip, MemRank i_rank );
+template int32_t rank<TYPE_MBA>( ExtensibleChip * i_chip, MemRank i_rank );
//------------------------------------------------------------------------------
@@ -645,6 +647,7 @@ int32_t port( ExtensibleChip * i_chip )
#undef PRDF_FUNC
}
template int32_t port<TYPE_MCA>( ExtensibleChip * i_chip );
+template int32_t port<TYPE_MBA>( ExtensibleChip * i_chip );
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud