diff options
-rw-r--r-- | arch/x86/kernel/vmlinux_32.lds.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S index de14973e47fd..62ad500d55f3 100644 --- a/arch/x86/kernel/vmlinux_32.lds.S +++ b/arch/x86/kernel/vmlinux_32.lds.S | |||
@@ -199,7 +199,9 @@ SECTIONS | |||
199 | __brk_limit = . ; | 199 | __brk_limit = . ; |
200 | } | 200 | } |
201 | 201 | ||
202 | _end = . ; | 202 | .end : AT(ADDR(.end) - LOAD_OFFSET) { |
203 | _end = . ; | ||
204 | } | ||
203 | 205 | ||
204 | /* Sections to be discarded */ | 206 | /* Sections to be discarded */ |
205 | /DISCARD/ : { | 207 | /DISCARD/ : { |