Cleanup hardware allocation memory pool related code for i686

This commit is contained in:
2024-06-02 17:32:39 +02:00
parent 6176ca38a8
commit c1ab5fe98d
2 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
*/
XTCDECL
EFI_STATUS
XtMapHalMemory(IN PXTBL_PAGE_MAPPING PageMap)
XtMapHardwareMemoryPool(IN PXTBL_PAGE_MAPPING PageMap)
{
PHARDWARE_PTE PdeBase, PpeBase, PxeBase;
EFI_PHYSICAL_ADDRESS Address;
@@ -147,7 +147,7 @@ XtEnablePaging(IN PXTBL_PAGE_MAPPING PageMap)
}
/* Map memory for hardware layer */
Status = XtMapHalMemory(PageMap);
Status = XtMapHardwareMemoryPool(PageMap);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to map memory for hardware layer */