]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/MpServices.h
MdePkg MpServices: Update return status to follow spec.
[mirror_edk2.git] / MdePkg / Include / Ppi / MpServices.h
index a96baf7f554436bf55e0c8e7fc7d00b4c2fd1f92..37d6b8ecd7d166a64e6874505e2b215d3c8faf63 100644 (file)
@@ -3,7 +3,7 @@
   This PPI is installed by some platform or chipset-specific PEIM that abstracts\r
   handling multiprocessor support.\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2017, 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
@@ -187,7 +187,7 @@ EFI_STATUS
   @retval EFI_UNSUPPORTED         Switching the BSP cannot be completed prior to this\r
                                   service returning.\r
   @retval EFI_UNSUPPORTED         Switching the BSP is not supported.\r
-  @retval EFI_SUCCESS             The calling processor is an AP.\r
+  @retval EFI_DEVICE_ERROR        The calling processor is an AP.\r
   @retval EFI_NOT_FOUND           The processor with the handle specified by\r
                                   ProcessorNumber does not exist.\r
   @retval EFI_INVALID_PARAMETER   ProcessorNumber specifies the current BSP or a disabled\r
@@ -242,7 +242,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Enable or disable an application processor.\r
+  Identify the currently executing processor.\r
 \r
   @param[in]  PeiServices         An indirect pointer to the PEI Services Table\r
                                   published by the PEI Foundation.\r