]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuMp.c
UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuMp.c
index 38603f9867cebd635350ddfb7217691cf884589e..8f7a56c40daa2bbb1559061f9871d5859571f124 100644 (file)
@@ -1000,22 +1000,6 @@ ExitBootServicesCallback (
   SendInitIpiAllExcludingSelf ();\r
 }\r
 \r
-/**\r
-  A minimal wrapper function that allows MtrrSetAllMtrrs() to be passed to\r
-  EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() as Procedure.\r
-\r
-  @param[in] Buffer  Pointer to an MTRR_SETTINGS object, to be passed to\r
-                     MtrrSetAllMtrrs().\r
-**/\r
-VOID\r
-EFIAPI\r
-SetMtrrsFromBuffer (\r
-  IN VOID *Buffer\r
-  )\r
-{\r
-  MtrrSetAllMtrrs (Buffer);\r
-}\r
-\r
 /**\r
   Initialize Multi-processor support.\r
 \r