summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-08-22 17:17:52 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-09-05 11:55:17 -0400
commitc7e8f3da7fea5d5a19b3f30a27efa887c6eccb56 (patch)
tree37d2f8dcfcc6693df6dacfe553048f6e0008f0d6 /src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
parent417661853e849b75d40eb0238a8fed1cce15c47e (diff)
downloadtalos-hostboot-c7e8f3da7fea5d5a19b3f30a27efa887c6eccb56.tar.gz
talos-hostboot-c7e8f3da7fea5d5a19b3f30a27efa887c6eccb56.zip
PRD: Removed PlatServices::getMasterCore() function
So far the only use case for this function is in Hostboot, where there is already a nice interface to get the master core. So we will use the TARGETING interface instead. Change-Id: I2622f9f179fb65c0d195048024f96877a8d2d05e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45009 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@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/45387 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/prdfPlatServices_common.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/prdfPlatServices_common.H9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
index 5c24fb341..edc440acf 100755
--- a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
+++ b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
@@ -316,15 +316,6 @@ int32_t getMemAddrRange( TARGETING::TargetHandle_t i_mba,
*/
/**
- * @brief Returns master core for the master proc
- * @param i_procTgt proc target
- * @return target for master core or NULL
- * @note if given proc is not master, master proc is found and target for
- * master core is returned.
- */
-TARGETING::TargetHandle_t getMasterCore( TARGETING::TargetHandle_t i_procTgt );
-
-/**
* @brief Get spare DRAM information on a DIMM.
* @param i_mba MBA target.
* @param i_rank Rank.
OpenPOWER on IntegriCloud