[XTENSA] Add missing RELOCATE_ENTRY for debug vector
authorMarc Gauthier <marc@gums.hq.tensilica.com>
Mon, 31 Dec 2007 06:00:54 +0000 (22:00 -0800)
committerChris 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

index 4b717bf..51f4fb6 100644 (file)
@@ -163,6 +163,8 @@ SECTIONS
                   .DoubleExceptionVector.literal);
     RELOCATE_ENTRY(_DoubleExceptionVector_text,
                   .DoubleExceptionVector.text);
+    RELOCATE_ENTRY(_DebugInterruptVector_text,
+                  .DebugInterruptVector.text);
   
     __boot_reloc_table_end = ABSOLUTE(.) ;
   }