summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2019-04-04 12:32:56 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-04-25 05:20:56 -0500
commit8acc5d3145f7d044e620db6812032de975633b2c (patch)
tree12b3e3b667e89ec11f28eed384e799f4561f2bbe
parentfb4fa9c6de3f57d14816d13d518e3368ecd9ea7b (diff)
downloadtalos-sbe-8acc5d3145f7d044e620db6812032de975633b2c.tar.gz
talos-sbe-8acc5d3145f7d044e620db6812032de975633b2c.zip
add define to control inclusion of getCoreSelect plat impl
Change-Id: I0c28a9f2fdf8b07a7bb56ca9edb603de50b5cf49 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75546 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75564 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/include/plat/target.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/plat/target.H b/src/import/hwpf/fapi2/include/plat/target.H
index 884b60e5..a32be96b 100644
--- a/src/import/hwpf/fapi2/include/plat/target.H
+++ b/src/import/hwpf/fapi2/include/plat/target.H
@@ -198,6 +198,8 @@ Target<K, M, V>::getChipletNumber(void) const
return 0;
}
+#ifdef FAPI2_ENABLE_PLATFORM_GET_CORE_SELECT
+
template<TargetType K, MulticastType M, typename V>
inline MulticastCoreSelect
Target<K, M, V>::_getCoreSelect(void) const
@@ -206,6 +208,8 @@ Target<K, M, V>::_getCoreSelect(void) const
return MCCORE_0;
}
+#endif // FAPI2_ENABLE_PLATFORM_GET_CORE_SELECT
+
///
/// @brief Return the string interpretation of this target
/// @tparam T The type of the target
OpenPOWER on IntegriCloud