diff options
-rw-r--r-- | arch/blackfin/kernel/vmlinux.lds.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 984c78172397..4122678529c0 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S | |||
@@ -48,15 +48,10 @@ SECTIONS | |||
48 | #if !L1_CODE_LENGTH | 48 | #if !L1_CODE_LENGTH |
49 | *(.l1.text) | 49 | *(.l1.text) |
50 | #endif | 50 | #endif |
51 | |||
52 | . = ALIGN(16); | ||
53 | ___start___ex_table = .; | ||
54 | *(__ex_table) | ||
55 | ___stop___ex_table = .; | ||
56 | |||
57 | __etext = .; | 51 | __etext = .; |
58 | } | 52 | } |
59 | 53 | ||
54 | EXCEPTION_TABLE(4) | ||
60 | NOTES | 55 | NOTES |
61 | 56 | ||
62 | /* Just in case the first read only is a 32-bit access */ | 57 | /* Just in case the first read only is a 32-bit access */ |