diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux_32.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux_32.lds.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S index 0d860963f268..27e44aa21585 100644 --- a/arch/x86/kernel/vmlinux_32.lds.S +++ b/arch/x86/kernel/vmlinux_32.lds.S | |||
@@ -189,7 +189,14 @@ SECTIONS | |||
189 | *(.bss) | 189 | *(.bss) |
190 | . = ALIGN(4); | 190 | . = ALIGN(4); |
191 | __bss_stop = .; | 191 | __bss_stop = .; |
192 | |||
193 | . = ALIGN(PAGE_SIZE); | ||
194 | __brk_base = . ; | ||
195 | . += 1024 * 1024 ; | ||
196 | __brk_limit = . ; | ||
197 | |||
192 | _end = . ; | 198 | _end = . ; |
199 | |||
193 | /* This is where the kernel creates the early boot page tables */ | 200 | /* This is where the kernel creates the early boot page tables */ |
194 | . = ALIGN(PAGE_SIZE); | 201 | . = ALIGN(PAGE_SIZE); |
195 | pg0 = . ; | 202 | pg0 = . ; |