From: Mike Frysinger Date: Mon, 24 May 2010 23:15:31 +0000 (+0000) Subject: Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds X-Git-Tag: v2.6.36-rc1~310^2~28 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=d49e8e7e5a6ebc66906e24d7eed04ae0292fcb12;p=net-next-2.6.git Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds Rather than do our own thing, use what common code provides. Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 984c7817239..4122678529c 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S @@ -48,15 +48,10 @@ SECTIONS #if !L1_CODE_LENGTH *(.l1.text) #endif - - . = ALIGN(16); - ___start___ex_table = .; - *(__ex_table) - ___stop___ex_table = .; - __etext = .; } + EXCEPTION_TABLE(4) NOTES /* Just in case the first read only is a 32-bit access */