]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/CpuRuntimeDxe/Cpu.c
Add MP support. Based on PcdEmuApCount APs (Application Processors) are created in...
[mirror_edk2.git] / InOsEmuPkg / CpuRuntimeDxe / Cpu.c
index 2b1e1d1cda4c4c721e6181b26e33e0e6a41e4d00..bcb8b5104659a432dc4840e0182fc83de7e50ac9 100644 (file)
@@ -326,6 +326,8 @@ InitializeCpu (
   mTimerPeriod = DivU64x64Remainder (1000000000000000, Frequency, NULL);\r
 \r
   CpuUpdateSmbios ();\r
+  \r
+  CpuMpServicesInit ();\r
 \r
   Status = gBS->InstallMultipleProtocolInterfaces (\r
                   &mCpuTemplate.Handle,\r