]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuMp.c
UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuMp.c
index a87d67f180e296d45d05d5a1909d7d8871fb773e..e3734c27908bd31199c2e22ba5df309440441f6a 100644 (file)
@@ -24,6 +24,16 @@ VOID *mApStackStart = 0;
 \r
 volatile UINTN mNumberOfProcessors;\r
 \r
+EFI_MP_SERVICES_PROTOCOL  mMpServicesTemplate = {\r
+  NULL, // GetNumberOfProcessors,\r
+  NULL, // GetProcessorInfo,\r
+  NULL, // StartupAllAPs,\r
+  NULL, // StartupThisAP,\r
+  NULL, // SwitchBSP,\r
+  NULL, // EnableDisableAP,\r
+  NULL  // WhoAmI\r
+};\r
+\r
 /**\r
   Application Processors do loop routine\r
   after switch to its own stack.\r