diff options
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 6c0779792546..4340bf3d2c84 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -84,6 +84,14 @@ SECTIONS | |||
84 | *(.exitcall.exit) | 84 | *(.exitcall.exit) |
85 | *(.ARM.exidx.exit.text) | 85 | *(.ARM.exidx.exit.text) |
86 | *(.ARM.extab.exit.text) | 86 | *(.ARM.extab.exit.text) |
87 | #ifndef CONFIG_HOTPLUG_CPU | ||
88 | *(.ARM.exidx.cpuexit.text) | ||
89 | *(.ARM.extab.cpuexit.text) | ||
90 | #endif | ||
91 | #ifndef CONFIG_HOTPLUG | ||
92 | *(.ARM.exidx.devexit.text) | ||
93 | *(.ARM.extab.devexit.text) | ||
94 | #endif | ||
87 | #ifndef CONFIG_MMU | 95 | #ifndef CONFIG_MMU |
88 | *(.fixup) | 96 | *(.fixup) |
89 | *(__ex_table) | 97 | *(__ex_table) |