UefiCpuPkg/MpInitLib:remove optional in declaration

To keep the declaration same with definition, remove the last optional
in declaration of WakeUpAP.

Cc: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
This commit is contained in:
wenyi,xie via groups.io 2022-03-10 16:06:25 +08:00 committed by mergify[bot]
parent 10b4c8f3b7
commit 0fdd466c75
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ WakeUpAP (
IN UINTN ProcessorNumber,
IN EFI_AP_PROCEDURE Procedure OPTIONAL,
IN VOID *ProcedureArgument OPTIONAL,
IN BOOLEAN WakeUpDisabledAps OPTIONAL
IN BOOLEAN WakeUpDisabledAps
);
/**