]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c
UefiCpuPkg/PiSmmCpu: Use new PCD PcdCpuSmmRestrictedMemoryAccess
[mirror_edk2.git] / UefiCpuPkg / PiSmmCpuDxeSmm / MpService.c
index ef16997547b84e1b36f99ca210c5f4534b73eb21..d8d2b6f44461220c7597d681b0cdbd03bef644ee 100644 (file)
@@ -1404,7 +1404,7 @@ InternalSmmStartupAllAPs (
 EFI_STATUS\r
 EFIAPI\r
 ProcedureWrapper (\r
-  IN OUT VOID *Buffer\r
+  IN     VOID *Buffer\r
   )\r
 {\r
   PROCEDURE_WRAPPER *Wrapper;\r
@@ -1967,7 +1967,7 @@ RegisterSmmEntry (
                                        EFI_MP_SERVICES_PROTOCOL.StartupAllAPs.\r
                                        If caller may pass a value of NULL to deregister any existing\r
                                        startup procedure.\r
-  @param[in]      ProcedureArguments   Allows the caller to pass a list of parameters to the code that is\r
+  @param[in,out]  ProcedureArguments   Allows the caller to pass a list of parameters to the code that is\r
                                        run by the AP. It is an optional common mailbox between APs and\r
                                        the caller to share information\r
 \r
@@ -1977,8 +1977,8 @@ RegisterSmmEntry (
 **/\r
 EFI_STATUS\r
 RegisterStartupProcedure (\r
-  IN EFI_AP_PROCEDURE    Procedure,\r
-  IN VOID                *ProcedureArguments OPTIONAL\r
+  IN     EFI_AP_PROCEDURE    Procedure,\r
+  IN OUT VOID                *ProcedureArguments OPTIONAL\r
   )\r
 {\r
   if (Procedure == NULL && ProcedureArguments != NULL) {\r