]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiSmmCis.h
MdePkg: Follow PI1.4a update SmmStartupThisAP() description
[mirror_edk2.git] / MdePkg / Include / Pi / PiSmmCis.h
index 66e2dd568d746b85e332355e2dd028377acaf8b6..6d3ddabdf737c9dc9bf18cf1167418eeeb7125ab 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  Common definitions in the Platform Initialization Specification version 1.4\r
+  Common definitions in the Platform Initialization Specification version 1.4a\r
   VOLUME 4 System Management Mode Core Interface version.\r
 \r
-  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -60,15 +60,15 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  The SmmStartupThisAp() lets the caller to get one distinct application processor\r
-  (AP) in the enabled processor pool to execute a caller-provided code stream\r
-  while in SMM. It runs the given code on this processor and reports the status.\r
-  It must be noted that the supplied code stream will be run only on an enabled \r
-  processor which has also entered SMM. \r
-\r
-  @param[in]     Procedure       A pointer to the code stream to be run on the designated AP of the system.\r
-  @param[in]     CpuNumber       The zero-based index of the processor number of the AP on which the code stream is supposed to run.\r
-  @param[in,out] ProcArguments   Allow the caller to pass a list of parameters to the code that is run by the AP.\r
+  This service lets the caller to get one distinct application processor (AP) to execute\r
+  a caller-provided code stream while in SMM.\r
+\r
+  @param[in]     Procedure       A pointer to the code stream to be run on the designated\r
+                                 AP of the system.\r
+  @param[in]     CpuNumber       The zero-based index of the processor number of the AP\r
+                                 on which the code stream is supposed to run.\r
+  @param[in,out] ProcArguments   Allows the caller to pass a list of parameters to the code\r
+                                 that is run by the AP.\r
 \r
   @retval EFI_SUCCESS            The call was successful and the return parameters are valid.\r
   @retval EFI_INVALID_PARAMETER  The input arguments are out of range.\r