aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/boot')
-rw-r--r--arch/x86_64/src/boot/boot32.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/src/boot/boot32.S b/arch/x86_64/src/boot/boot32.S
index 056cd8e..694b8b7 100644
--- a/arch/x86_64/src/boot/boot32.S
+++ b/arch/x86_64/src/boot/boot32.S
@@ -319,10 +319,6 @@ _prepare_page_maps:
call _clear_page_map_memory
lea (page_map_level_4 - 0b)(%esi), %edi
- mov %edi, %eax
- or $0b11, %eax
- mov %eax, (510 * 8)(%edi)
-
lea (page_map_level_3_low - 0b)(%esi), %eax
or $0b11, %eax
mov %eax, (%edi)