diff options
| -rw-r--r-- | arch/cris/kernel/vmlinux.lds.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/cris/kernel/vmlinux.lds.S b/arch/cris/kernel/vmlinux.lds.S index 942051102bb5..789ad35f7e08 100644 --- a/arch/cris/kernel/vmlinux.lds.S +++ b/arch/cris/kernel/vmlinux.lds.S | |||
| @@ -86,6 +86,16 @@ SECTIONS | |||
| 86 | } | 86 | } |
| 87 | SECURITY_INIT | 87 | SECURITY_INIT |
| 88 | 88 | ||
| 89 | /* .exit.text is discarded at runtime, not link time, | ||
| 90 | * to deal with references from __bug_table | ||
| 91 | */ | ||
| 92 | .exit.text : { | ||
| 93 | EXIT_TEXT | ||
| 94 | } | ||
| 95 | .exit.data : { | ||
| 96 | EXIT_DATA | ||
| 97 | } | ||
| 98 | |||
| 89 | #ifdef CONFIG_ETRAX_ARCH_V10 | 99 | #ifdef CONFIG_ETRAX_ARCH_V10 |
| 90 | #ifdef CONFIG_BLK_DEV_INITRD | 100 | #ifdef CONFIG_BLK_DEV_INITRD |
| 91 | .init.ramfs : { | 101 | .init.ramfs : { |
