X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FFrameworkMpService.h;h=0b088cb0d4212a3840744878d8b5fef34ad5b688;hb=15cc8891291b36280ccf13466d293f16ca766a77;hp=3947847f1241e438362094c4d78a34843a606cbc;hpb=108854b2b8599ba8bc7605a9bd2ccacef3211d13;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h index 3947847f12..0b088cb0d4 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h @@ -143,7 +143,7 @@ typedef struct { /// @par IPF: /// Lower 32 bits of self test state parameter. For definition of self test /// state parameter, please refer to Intel(R) Itanium(R) Architecture Software - /// Developer’s Manual, Volume 2: System Architecture. + /// Developer's Manual, Volume 2: System Architecture. /// EFI_MP_HEALTH_FLAGS Flags; /// @@ -191,7 +191,7 @@ typedef struct { /// /// @par IPF: /// Bit format of this field is the same as the definition of self-test state - /// parameter, in Intel?Itanium?Architecture Software Developer’s Manual, + /// parameter, in Intel(R) Itanium(R) Architecture Software Developer's Manual, /// Volume 2: System Architecture. /// EFI_MP_HEALTH Health; @@ -475,7 +475,7 @@ EFI_STATUS If the value is not zero, the BSP waits until the AP finishes or timeout expires. If timeout expires, EFI_TIMEOUT is returned, and the - BSP will then check the AP’s status periodically, + BSP will then check the AP's status periodically, with time interval of 16 microseconds. - IPF: If WaitEvent is NULL, this parameter is ignored.