diff options
-rw-r--r-- | arch/x86_64/kernel/vmlinux.lds.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86_64/kernel/vmlinux.lds.S b/arch/x86_64/kernel/vmlinux.lds.S index 8778848000c2..e7a5eb6cd785 100644 --- a/arch/x86_64/kernel/vmlinux.lds.S +++ b/arch/x86_64/kernel/vmlinux.lds.S | |||
@@ -143,20 +143,11 @@ SECTIONS | |||
143 | /* might get freed after init */ | 143 | /* might get freed after init */ |
144 | . = ALIGN(4096); | 144 | . = ALIGN(4096); |
145 | __smp_alt_begin = .; | 145 | __smp_alt_begin = .; |
146 | __smp_alt_instructions = .; | ||
147 | .smp_altinstructions : AT(ADDR(.smp_altinstructions) - LOAD_OFFSET) { | ||
148 | *(.smp_altinstructions) | ||
149 | } | ||
150 | __smp_alt_instructions_end = .; | ||
151 | . = ALIGN(8); | ||
152 | __smp_locks = .; | 146 | __smp_locks = .; |
153 | .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) { | 147 | .smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) { |
154 | *(.smp_locks) | 148 | *(.smp_locks) |
155 | } | 149 | } |
156 | __smp_locks_end = .; | 150 | __smp_locks_end = .; |
157 | .smp_altinstr_replacement : AT(ADDR(.smp_altinstr_replacement) - LOAD_OFFSET) { | ||
158 | *(.smp_altinstr_replacement) | ||
159 | } | ||
160 | . = ALIGN(4096); | 151 | . = ALIGN(4096); |
161 | __smp_alt_end = .; | 152 | __smp_alt_end = .; |
162 | 153 | ||