projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a0ade
)
Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 24 May 2010 23:15:31 +0000
(23:15 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 6 Aug 2010 16:55:45 +0000
(12:55 -0400)
Rather than do our own thing, use what common code provides.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/vmlinux.lds.S
b/arch/blackfin/kernel/vmlinux.lds.S
index 984c78172397e0f44cf6b547d87b17e0d40e7bcf..4122678529c0ace39455107651e100f919d5b7cf 100644
(file)
--- 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 */