Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6d15d109632ff01e13c26893030e2ed9e6c4e3fd
Commit:     6d15d109632ff01e13c26893030e2ed9e6c4e3fd
Parent:     de6b03456e2e11cbff9f4bb147177374b260d04e
Author:     Marc Gauthier <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 30 22:00:54 2007 -0800
Committer:  Chris Zankel <[EMAIL PROTECTED]>
CommitDate: Wed Feb 13 17:25:14 2008 -0800

    [XTENSA] Add missing RELOCATE_ENTRY for debug vector
    
    We also need to relocate the debug vector if in RAM.
    
    Signed-off-by: Marc Gauthier <[EMAIL PROTECTED]>
---
 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 4b717bf..51f4fb6 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(.) ;
   }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to