diff options
author | Marc Gauthier <marc@gums.hq.tensilica.com> | 2007-12-31 01:00:54 -0500 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-02-13 20:25:14 -0500 |
commit | 6d15d109632ff01e13c26893030e2ed9e6c4e3fd (patch) | |
tree | 381429fcccdf4e1ebfa3b8702f56b1afe7c03954 /arch/xtensa | |
parent | de6b03456e2e11cbff9f4bb147177374b260d04e (diff) |
[XTENSA] Add missing RELOCATE_ENTRY for debug vector
We also need to relocate the debug vector if in RAM.
Signed-off-by: Marc Gauthier <marc@tensilica.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index 4b717bf48fb7..51f4fb6f16f9 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S | |||
@@ -163,6 +163,8 @@ SECTIONS | |||
163 | .DoubleExceptionVector.literal); | 163 | .DoubleExceptionVector.literal); |
164 | RELOCATE_ENTRY(_DoubleExceptionVector_text, | 164 | RELOCATE_ENTRY(_DoubleExceptionVector_text, |
165 | .DoubleExceptionVector.text); | 165 | .DoubleExceptionVector.text); |
166 | RELOCATE_ENTRY(_DebugInterruptVector_text, | ||
167 | .DebugInterruptVector.text); | ||
166 | 168 | ||
167 | __boot_reloc_table_end = ABSOLUTE(.) ; | 169 | __boot_reloc_table_end = ABSOLUTE(.) ; |
168 | } | 170 | } |