diff options
Diffstat (limited to 'UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c')
-rw-r--r-- | UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c b/UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c index 6c3603f..6672740 100644 --- a/UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c +++ b/UefiPayloadPkg/UefiPayloadEntry/X64/DxeLoadFunc.c @@ -53,14 +53,6 @@ HandOffToDxeCore ( IoWrite8 (LEGACY_8259_MASK_REGISTER_SLAVE, 0xFF);
//
- // Clear page 0 and mark it as allocated if NULL pointer detection is enabled.
- //
- if (IsNullDetectionEnabled ()) {
- ClearFirst4KPage (HobList.Raw);
- BuildMemoryAllocationHob (0, EFI_PAGES_TO_SIZE (1), EfiBootServicesData);
- }
-
- //
// Allocate 128KB for the Stack
//
BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE));
|