]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/MpInitLib/MpLib.c
UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()
authorJeff Fan <jeff.fan@intel.com>
Tue, 1 Nov 2016 02:45:37 +0000 (10:45 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 2 Nov 2016 01:16:21 +0000 (09:16 +0800)
commit262128e5ab9edda666586c7dda3f2b0f53c0c557
tree37045c08e1b799178109ed19df4428265815b752
parent63998d7cd4f573c41fe0e018257f6d7012218cc2
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>
UefiCpuPkg/Include/Library/LocalApicLib.h
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
UefiCpuPkg/Library/MpInitLib/MpLib.c
UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c