summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2017-10-05 13:23:29 -0500
committerZane C Shelley <zshelle@us.ibm.com>2018-02-01 10:53:28 -0500
commit8411dba53c3b471eb7a39dfa6741b832b2b03994 (patch)
treef2d5e1b51b69466ba89a1da336be421d6f5829c6 /src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
parent056c43ed3e5af0977354f80bc313245e65cc4a04 (diff)
downloadtalos-hostboot-8411dba53c3b471eb7a39dfa6741b832b2b03994.tar.gz
talos-hostboot-8411dba53c3b471eb7a39dfa6741b832b2b03994.zip
PRD: Add calls to perform dynamic memory deallocation
Change-Id: I6ff8cd4f8ae18a357881bcfddc2c39603eb4f100 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48034 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53018 Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> 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/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 cb3a25a8c..16449039a 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
@@ -490,6 +490,7 @@ int32_t page( ExtensibleChip * i_chip, MemAddr i_addr )
return o_rc;
#undef PRDF_FUNC
}
+template int32_t page<TYPE_MCA>( ExtensibleChip * i_chip, MemAddr i_addr );
template<TYPE T>
int32_t rank( ExtensibleChip * i_chip, MemRank i_rank )
@@ -531,6 +532,7 @@ int32_t rank( ExtensibleChip * i_chip, MemRank i_rank )
return o_rc;
#undef PRDF_FUNC
}
+template int32_t rank<TYPE_MCA>( ExtensibleChip * i_chip, MemRank i_rank );
template<TYPE T>
int32_t port( ExtensibleChip * i_chip )
@@ -593,6 +595,7 @@ int32_t port( ExtensibleChip * i_chip )
return o_rc;
#undef PRDF_FUNC
}
+template int32_t port<TYPE_MCA>( ExtensibleChip * i_chip );
template <TYPE T>
int32_t dimmSlct( TargetHandle_t i_dimm )
OpenPOWER on IntegriCloud