projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6b034
)
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
author
Marc Gauthier
<marc@gums.hq.tensilica.com>
Mon, 31 Dec 2007 06:00:54 +0000
(22:00 -0800)
committer
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 01:25:14 +0000
(17:25 -0800)
We also need to relocate the debug vector if in RAM.
Signed-off-by: Marc Gauthier <marc@tensilica.com>
arch/xtensa/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/kernel/vmlinux.lds.S
b/arch/xtensa/kernel/vmlinux.lds.S
index 4b717bf48fb78e3ea4906fcc74a6a2b294ea2ca5..51f4fb6f16f9a4b9f404ed61f3996b03082f9963 100644
(file)
--- a/
arch/xtensa/kernel/vmlinux.lds.S
+++ b/
arch/xtensa/kernel/vmlinux.lds.S
@@
-163,6
+163,8
@@
SECTIONS
.DoubleExceptionVector.literal);
RELOCATE_ENTRY(_DoubleExceptionVector_text,
.DoubleExceptionVector.text);
+ RELOCATE_ENTRY(_DebugInterruptVector_text,
+ .DebugInterruptVector.text);
__boot_reloc_table_end = ABSOLUTE(.) ;
}