]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/MpInitLib:remove optional in declaration
authorwenyi,xie via groups.io <xiewenyi2=huawei.com@groups.io>
Thu, 10 Mar 2022 08:06:25 +0000 (16:06 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 14 Mar 2022 06:12:29 +0000 (06:12 +0000)
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>
UefiCpuPkg/Library/MpInitLib/MpLib.h

index 7d84a56fbc5168f1d4846a2bb222de90e7f5db20..f8c52426dd5f090535b701cb29775987f68d2e22 100644 (file)
@@ -477,7 +477,7 @@ WakeUpAP (
   IN UINTN             ProcessorNumber,\r
   IN EFI_AP_PROCEDURE  Procedure               OPTIONAL,\r
   IN VOID              *ProcedureArgument      OPTIONAL,\r
-  IN BOOLEAN           WakeUpDisabledAps       OPTIONAL\r
+  IN BOOLEAN           WakeUpDisabledAps\r
   );\r
 \r
 /**\r