diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 0f703f10901a..22a1530146a8 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -197,18 +197,6 @@ SECTIONS | |||
197 | 197 | ||
198 | INIT_DATA_SECTION(16) | 198 | INIT_DATA_SECTION(16) |
199 | 199 | ||
200 | /* | ||
201 | * Code and data for a variety of lowlevel trampolines, to be | ||
202 | * copied into base memory (< 1 MiB) during initialization. | ||
203 | * Since it is copied early, the main copy can be discarded | ||
204 | * afterwards. | ||
205 | */ | ||
206 | .x86_trampoline : AT(ADDR(.x86_trampoline) - LOAD_OFFSET) { | ||
207 | x86_trampoline_start = .; | ||
208 | *(.x86_trampoline) | ||
209 | x86_trampoline_end = .; | ||
210 | } | ||
211 | |||
212 | .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) { | 200 | .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) { |
213 | __x86_cpu_dev_start = .; | 201 | __x86_cpu_dev_start = .; |
214 | *(.x86_cpu_dev.init) | 202 | *(.x86_cpu_dev.init) |