mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/MpInitLib:Make function comments align with function
Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
e90153cbbf
commit
9fcea11473
|
@ -536,7 +536,7 @@ InitializeApData (
|
|||
This function will be called from AP reset code if BSP uses WakeUpAP.
|
||||
|
||||
@param[in] ExchangeInfo Pointer to the MP exchange info buffer
|
||||
@param[in] NumApsExecuting Number of current executing AP
|
||||
@param[in] ApIndex Number of current executing AP
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
Loading…
Reference in New Issue