diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/vmlinux.lds.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc/kernel/vmlinux.lds.S b/arch/ppc/kernel/vmlinux.lds.S index 52b64fcbdfc5..8a24bc47eb6c 100644 --- a/arch/ppc/kernel/vmlinux.lds.S +++ b/arch/ppc/kernel/vmlinux.lds.S | |||
@@ -143,11 +143,6 @@ SECTIONS | |||
143 | 143 | ||
144 | . = ALIGN(4096); | 144 | . = ALIGN(4096); |
145 | __init_end = .; | 145 | __init_end = .; |
146 | |||
147 | . = ALIGN(4096); | ||
148 | _sextratext = .; | ||
149 | _eextratext = .; | ||
150 | |||
151 | __bss_start = .; | 146 | __bss_start = .; |
152 | .bss : | 147 | .bss : |
153 | { | 148 | { |