]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c
1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX...
[mirror_edk2.git] / EdkModulePkg / Core / DxeIplPeim / Ipf / DxeLoadFunc.c
index 95fb0937c541e4449d55aa8783db60f4ec9a49a9..bcf59f970a8a2bb1193bd71357e7bab44744eadf 100644 (file)
@@ -55,7 +55,7 @@ Returns:
   //\r
   // Allocate 16KB for the BspStore\r
   //\r
-  Status = PeiCoreAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (BSP_STORE_SIZE), BspStore);\r
+  Status = PeiServicesAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (BSP_STORE_SIZE), BspStore);\r
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r