summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-11-01 10:45:37 +0800
committerJeff Fan <jeff.fan@intel.com>2016-11-02 09:16:21 +0800
commit262128e5ab9edda666586c7dda3f2b0f53c0c557 (patch)
tree37045c08e1b799178109ed19df4428265815b752 /UefiCpuPkg/Include
parent63998d7cd4f573c41fe0e018257f6d7012218cc2 (diff)
downloadedk2-262128e5ab9edda666586c7dda3f2b0f53c0c557.tar.gz
edk2-262128e5ab9edda666586c7dda3f2b0f53c0c557.tar.bz2
edk2-262128e5ab9edda666586c7dda3f2b0f53c0c557.zip
UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()
GetProcessorLocation() is too generic and will conflict with the API defined in Galileo Board Software Package v1.0.0. This update is just to rename GetProcessorLocation() to one specific name GetProcessorLocationByApicId(). Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Leo Duran <leo.duran@amd.com> Cc: Michael Kinney <Michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Michael Kinney <Michael.d.kinney@intel.com> Reviewed-by: Leo Duran <leo.duran@amd.com>
Diffstat (limited to 'UefiCpuPkg/Include')
-rw-r--r--UefiCpuPkg/Include/Library/LocalApicLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Include/Library/LocalApicLib.h b/UefiCpuPkg/Include/Library/LocalApicLib.h
index fae780d583..a1611f17dd 100644
--- a/UefiCpuPkg/Include/Library/LocalApicLib.h
+++ b/UefiCpuPkg/Include/Library/LocalApicLib.h
@@ -424,7 +424,7 @@ GetApicMsiValue (
@param[out] Thread Returns the processor thread ID.
**/
VOID
-GetProcessorLocation(
+GetProcessorLocationByApicId (
IN UINT32 InitialApicId,
OUT UINT32 *Package OPTIONAL,
OUT UINT32 *Core OPTIONAL,