First page is now always present in memory map, so there is no need to map it explicitly
Builds / ExectOS (i686) (push) Successful in 31s Details
Builds / ExectOS (amd64) (push) Successful in 30s Details

This commit is contained in:
Rafal Kupiec 2024-03-24 23:01:52 +01:00
parent ce8c66f93a
commit e24c37c9b1
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 0 additions and 6 deletions

View File

@ -119,9 +119,6 @@ BlBuildPageMap(IN PXTBL_PAGE_MAPPING PageMap)
ListEntry = ListEntry->Flink;
}
/* Finally, map zero page */
BlMapPage(PageMap, 0, 0, 1);
/* Return success */
return STATUS_EFI_SUCCESS;
}

View File

@ -142,9 +142,6 @@ BlBuildPageMap(IN PXTBL_PAGE_MAPPING PageMap)
ListEntry = ListEntry->Flink;
}
/* Finally, map zero page */
BlMapPage(PageMap, 0, 0, 1);
/* Return success */
return STATUS_EFI_SUCCESS;
}