X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FApStartup.c;h=78fb26f9856abc9a468de88d9da1f28b81c7c6a4;hp=38a9c0e6ea277639cc40e88b833a9602bdf5cb26;hb=1e410eadd80c328e66868263b3006a274ce81ae0;hpb=944f45ae2f7ecbff2c66622d15d52ffbc3455bfb diff --git a/UefiCpuPkg/CpuDxe/ApStartup.c b/UefiCpuPkg/CpuDxe/ApStartup.c index 38a9c0e6ea..78fb26f985 100644 --- a/UefiCpuPkg/CpuDxe/ApStartup.c +++ b/UefiCpuPkg/CpuDxe/ApStartup.c @@ -452,9 +452,9 @@ StartApsStackless ( { SendInitSipiSipiAllExcludingSelf ((UINT32)(UINTN)(VOID*) StartupCode); // - // Wait 100 milliseconds for APs to arrive at the ApEntryPoint routine + // Wait for APs to arrive at the ApEntryPoint routine // - MicroSecondDelay (100 * 1000); + MicroSecondDelay (PcdGet32 (PcdCpuApInitTimeOutInMicroSeconds)); return EFI_SUCCESS; }