[PATCH] unwinder: move .eh_frame to RODATA
authorJan Beulich <jbeulich@novell.com>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
commitb65780e123ba9b762276482bbfb52836e4d41fd9
tree735ac2dde1838e6977f0ad2ed2c7e2c65f6271ed
parentc65f38d911aa301cea109d38d40925750dd6c2da
[PATCH] unwinder: move .eh_frame to RODATA

The .eh_frame section contents is never written to, so it can as well
benefit from CONFIG_DEBUG_RODATA.

Diff-ed against firstfloor tree.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/vmlinux.lds.S
arch/x86_64/kernel/vmlinux.lds.S
include/asm-generic/vmlinux.lds.h
kernel/unwind.c