diff options
Diffstat (limited to 'arch/x86/kernel/head_32.S')
-rw-r--r-- | arch/x86/kernel/head_32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S index 3ce5456dfbe..9e89f2a14b9 100644 --- a/arch/x86/kernel/head_32.S +++ b/arch/x86/kernel/head_32.S | |||
@@ -75,6 +75,8 @@ ALLOCATOR_SLOP = 4 | |||
75 | 75 | ||
76 | INIT_MAP_BEYOND_END = BOOTBITMAP_SIZE + (PAGE_TABLE_SIZE + ALLOCATOR_SLOP)*PAGE_SIZE_asm | 76 | INIT_MAP_BEYOND_END = BOOTBITMAP_SIZE + (PAGE_TABLE_SIZE + ALLOCATOR_SLOP)*PAGE_SIZE_asm |
77 | 77 | ||
78 | RESERVE_BRK(pagetables, PAGE_TABLE_SIZE * PAGE_SIZE) | ||
79 | |||
78 | /* | 80 | /* |
79 | * 32-bit kernel entrypoint; only used by the boot CPU. On entry, | 81 | * 32-bit kernel entrypoint; only used by the boot CPU. On entry, |
80 | * %esi points to the real-mode code as a 32-bit pointer. | 82 | * %esi points to the real-mode code as a 32-bit pointer. |