diff options
Diffstat (limited to 'arch/mips/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 58738c8d754f..45901609b741 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
@@ -179,6 +179,7 @@ SECTIONS | |||
179 | /* Sections to be discarded */ | 179 | /* Sections to be discarded */ |
180 | /DISCARD/ : { | 180 | /DISCARD/ : { |
181 | *(.exitcall.exit) | 181 | *(.exitcall.exit) |
182 | *(.discard) | ||
182 | 183 | ||
183 | /* ABI crap starts here */ | 184 | /* ABI crap starts here */ |
184 | *(.MIPS.options) | 185 | *(.MIPS.options) |