]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg CpuMpPei: Update return status to follow spec.
authorEric Dong <eric.dong@intel.com>
Thu, 6 Jul 2017 01:25:19 +0000 (09:25 +0800)
committerEric Dong <eric.dong@intel.com>
Fri, 7 Jul 2017 00:54:11 +0000 (08:54 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
UefiCpuPkg/CpuMpPei/CpuMpPei.c
UefiCpuPkg/CpuMpPei/CpuMpPei.h

index eaf99c73cd261edd2424d00e4d839f1bb38ef061..3b72f444e9b22638be12712148322aa172de2376 100644 (file)
@@ -302,7 +302,7 @@ PeiStartupThisAP (
   @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
index 0836593efcff37da27349eb3daab1b7fd9425744..aae56658ece1d71a8593889ae8fa0a7c26707376 100644 (file)
@@ -271,7 +271,7 @@ PeiStartupThisAP (
   @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