mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/MpInitLib: Fix function header comments typo
Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
d11f10d1e0
commit
b31c1ad11e
|
@ -189,7 +189,7 @@ CheckApsStatus (
|
||||||
/**
|
/**
|
||||||
Get Protected mode code segment from current GDT table.
|
Get Protected mode code segment from current GDT table.
|
||||||
|
|
||||||
@returen Protected mode code segment value.
|
@return Protected mode code segment value.
|
||||||
**/
|
**/
|
||||||
UINT16
|
UINT16
|
||||||
GetProtectedModeCS (
|
GetProtectedModeCS (
|
||||||
|
|
|
@ -35,7 +35,7 @@ GetCurrentMicrocodeSignature (
|
||||||
/**
|
/**
|
||||||
Detect whether specified processor can find matching microcode patch and load it.
|
Detect whether specified processor can find matching microcode patch and load it.
|
||||||
|
|
||||||
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
|
@param[in] CpuMpData The pointer to CPU MP Data structure.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
MicrocodeDetect (
|
MicrocodeDetect (
|
||||||
|
|
|
@ -512,7 +512,7 @@ CheckAndUpdateApsStatus (
|
||||||
/**
|
/**
|
||||||
Detect whether specified processor can find matching microcode patch and load it.
|
Detect whether specified processor can find matching microcode patch and load it.
|
||||||
|
|
||||||
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
|
@param[in] CpuMpData The pointer to CPU MP Data structure.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
MicrocodeDetect (
|
MicrocodeDetect (
|
||||||
|
|
|
@ -67,7 +67,7 @@ SaveCpuMpData (
|
||||||
/**
|
/**
|
||||||
Get available system memory below 1MB by specified size.
|
Get available system memory below 1MB by specified size.
|
||||||
|
|
||||||
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
|
@param[in] CpuMpData The pointer to CPU MP Data structure.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
BackupAndPrepareWakeupBuffer(
|
BackupAndPrepareWakeupBuffer(
|
||||||
|
@ -89,7 +89,7 @@ BackupAndPrepareWakeupBuffer(
|
||||||
/**
|
/**
|
||||||
Restore wakeup buffer data.
|
Restore wakeup buffer data.
|
||||||
|
|
||||||
@param[in] PeiCpuMpData Pointer to PEI CPU MP Data
|
@param[in] CpuMpData The pointer to CPU MP Data structure.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
RestoreWakeupBuffer(
|
RestoreWakeupBuffer(
|
||||||
|
|
Loading…
Reference in New Issue