]> err.no Git - linux-2.6/blobdiff - include/asm-um/common.lds.S
[PATCH] Serial: Split 8250 port table
[linux-2.6] / include / asm-um / common.lds.S
index a3d6aab0e74dc7fb75ec9e89f0d77e177d5b83fc..1010153faaf93731054d8789c6105ea9057ae70a 100644 (file)
@@ -8,11 +8,6 @@
   _sdata = .;
   PROVIDE (sdata = .);
 
-  . = ALIGN(16);               /* Exception table */
-  __start___ex_table = .;
-  __ex_table : { *(__ex_table) }
-  __stop___ex_table = .;
-
   RODATA
 
   .unprotected : { *(.unprotected) }
   PROVIDE (_unprotected_end = .);
 
   . = ALIGN(4096);
+  __start___ex_table = .;
+  __ex_table : { *(__ex_table) }
+  __stop___ex_table = .;
+
   __uml_setup_start = .;
   .uml.setup.init : { *(.uml.setup.init) }
   __uml_setup_end = .;