Title: [8840] trunk/arch/blackfin/kernel/vmlinux.lds.S: bfin: use common EXCEPTION_TABLE() rather than our own define
- Revision
- 8840
- Author
- vapier
- Date
- 2010-05-24 19:15:31 -0400 (Mon, 24 May 2010)
Log Message
bfin: use common EXCEPTION_TABLE() rather than our own define
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/vmlinux.lds.S (8839 => 8840)
--- trunk/arch/blackfin/kernel/vmlinux.lds.S 2010-05-24 09:10:20 UTC (rev 8839)
+++ trunk/arch/blackfin/kernel/vmlinux.lds.S 2010-05-24 23:15:31 UTC (rev 8840)
@@ -48,15 +48,10 @@
#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 */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits