X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=EdkModulePkg%2FCore%2FDxeIplPeim%2FIpf%2FDxeLoadFunc.c;h=bcf59f970a8a2bb1193bd71357e7bab44744eadf;hb=57cc2ee710e6a12621f879dd5e95dc7d4fb8cba9;hp=95fb0937c541e4449d55aa8783db60f4ec9a49a9;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c b/EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c index 95fb0937c5..bcf59f970a 100644 --- a/EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c +++ b/EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c @@ -55,7 +55,7 @@ Returns: // // Allocate 16KB for the BspStore // - Status = PeiCoreAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (BSP_STORE_SIZE), BspStore); + Status = PeiServicesAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (BSP_STORE_SIZE), BspStore); if (EFI_ERROR (Status)) { return Status; }