diff --git a/[refs] b/[refs] index ac5ddde81aa4..c2850e7605ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3497337946415849a2e4473ec2e9f0d2a6624b23 +refs/heads/master: 63482aaadacbc7e125d672bf8d8f2d39c13a49ed diff --git a/trunk/arch/sh/kernel/vmlinux.lds.S b/trunk/arch/sh/kernel/vmlinux.lds.S index 3d16d6ef47e1..6d5abba2ee27 100644 --- a/trunk/arch/sh/kernel/vmlinux.lds.S +++ b/trunk/arch/sh/kernel/vmlinux.lds.S @@ -91,6 +91,11 @@ SECTIONS __con_initcall_end = .; SECURITY_INIT + /* .exit.text is discarded at runtime, not link time, to deal with + references from .rodata */ + .exit.text : { *(.exit.text) } + .exit.data : { *(.exit.data) } + #ifdef CONFIG_BLK_DEV_INITRD . = ALIGN(PAGE_SIZE);