UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()

We need to add EFIAPI for all interface service including library API.

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:
Jeff Fan 2016-11-01 10:48:18 +08:00
parent 262128e5ab
commit 1c8ca9a012
3 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,7 @@ GetApicMsiValue (
@param[out] Thread Returns the processor thread ID. @param[out] Thread Returns the processor thread ID.
**/ **/
VOID VOID
EFIAPI
GetProcessorLocationByApicId ( GetProcessorLocationByApicId (
IN UINT32 InitialApicId, IN UINT32 InitialApicId,
OUT UINT32 *Package OPTIONAL, OUT UINT32 *Package OPTIONAL,

View File

@ -955,6 +955,7 @@ GetApicMsiValue (
@param[out] Thread Returns the processor thread ID. @param[out] Thread Returns the processor thread ID.
**/ **/
VOID VOID
EFIAPI
GetProcessorLocationByApicId ( GetProcessorLocationByApicId (
IN UINT32 InitialApicId, IN UINT32 InitialApicId,
OUT UINT32 *Package OPTIONAL, OUT UINT32 *Package OPTIONAL,

View File

@ -1050,6 +1050,7 @@ GetApicMsiValue (
@param[out] Thread Returns the processor thread ID. @param[out] Thread Returns the processor thread ID.
**/ **/
VOID VOID
EFIAPI
GetProcessorLocationByApicId ( GetProcessorLocationByApicId (
IN UINT32 InitialApicId, IN UINT32 InitialApicId,
OUT UINT32 *Package OPTIONAL, OUT UINT32 *Package OPTIONAL,