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>
This commit is contained in:
@@ -1325,7 +1325,7 @@ MpInitLibGetProcessorInfo (
|
||||
//
|
||||
// Get processor location information
|
||||
//
|
||||
GetProcessorLocation (
|
||||
GetProcessorLocationByApicId (
|
||||
CpuMpData->CpuData[ProcessorNumber].ApicId,
|
||||
&ProcessorInfoBuffer->Location.Package,
|
||||
&ProcessorInfoBuffer->Location.Core,
|
||||
|
Reference in New Issue
Block a user