diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-07-21 11:11:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:14 -0400 |
commit | 81e02d19b901da0900332654fa7846d119b53221 (patch) | |
tree | 8d3cf774e98267d6f75eb1e66f41857481ab2de1 /arch | |
parent | 09fce8a195638ad038b8a58d9d8d3558c21a23ea (diff) |
x86_64: remove __smp_alt* sections
Leftovers from the removal of the more general (but abandoned) SMP
alternatives.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-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 | ||