From: Marc Gauthier Date: Mon, 31 Dec 2007 06:00:54 +0000 (-0800) Subject: [XTENSA] Add missing RELOCATE_ENTRY for debug vector X-Git-Tag: v2.6.25-rc3~111^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d15d109632ff01e13c26893030e2ed9e6c4e3fd;p=linux-2.6-omap-h63xx.git [XTENSA] Add missing RELOCATE_ENTRY for debug vector We also need to relocate the debug vector if in RAM. Signed-off-by: Marc Gauthier --- diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index 4b717bf48fb..51f4fb6f16f 100644 --- 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(.) ; }