From 262128e5ab9edda666586c7dda3f2b0f53c0c557 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 1 Nov 2016 10:45:37 +0800 Subject: 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 Cc: Michael Kinney Cc: Feng Tian Signed-off-by: Jeff Fan Reviewed-by: Michael Kinney Reviewed-by: Leo Duran --- UefiCpuPkg/Include/Library/LocalApicLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UefiCpuPkg/Include') 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, -- cgit v1.2.3