Эх сурвалжийг харах

Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds

Rather than do our own thing, use what common code provides.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 15 жил өмнө
parent
commit
d49e8e7e5a

+ 1 - 6
arch/blackfin/kernel/vmlinux.lds.S

@@ -48,15 +48,10 @@ SECTIONS
 #if !L1_CODE_LENGTH
 #if !L1_CODE_LENGTH
 		*(.l1.text)
 		*(.l1.text)
 #endif
 #endif
-
-		. = ALIGN(16);
-		___start___ex_table = .;
-		*(__ex_table)
-		___stop___ex_table = .;
-
 		__etext = .;
 		__etext = .;
 	}
 	}
 
 
+	EXCEPTION_TABLE(4)
 	NOTES
 	NOTES
 
 
 	/* Just in case the first read only is a 32-bit access */
 	/* Just in case the first read only is a 32-bit access */