]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuMp.c
UefiCpuPkg/CpuDxe: Startup APs
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuMp.c
index 5d5c7db765972e99c7bc1190304c2772b04e44ff..2bc9f70bbbe4e19c06935db06a2972f410304e5e 100644 (file)
@@ -1500,6 +1500,9 @@ InitializeMpSupport (
 \r
   PrepareAPStartupCode ();\r
 \r
+  StartApsStackless ();\r
+\r
+  DEBUG ((DEBUG_INFO, "Detect CPU count: %d\n", mMpSystemData.NumberOfProcessors));\r
   if (mMpSystemData.NumberOfProcessors == 1) {\r
     FreeApStartupCode ();\r
     FreePages (mCommonStack, EFI_SIZE_TO_PAGES (gMaxLogicalProcessorNumber * gApStackSize));\r