Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=370ac91aab8403d74c2b59c3b43692eaed4ef268
Commit:     370ac91aab8403d74c2b59c3b43692eaed4ef268
Parent:     ddd43b063d16cdeffbc18f00b72c112f246fae78
Author:     Takashi YOSHII <[EMAIL PROTECTED]>
AuthorDate: Thu May 31 13:42:21 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu May 31 13:42:21 2007 +0900

    sh: Fix pcrel too far for in_nmi label.
    
    Add lost in_nmi definition to solve pcrel too far.
    
    Signed-off-by: Takashi YOSHII <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh3/entry.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S
index 832c0b4..659cc08 100644
--- a/arch/sh/kernel/cpu/sh3/entry.S
+++ b/arch/sh/kernel/cpu/sh3/entry.S
@@ -320,6 +320,7 @@ skip_restore:
 
        .align  2
 5:     .long   0x00001000      ! DSP
+6:     .long   in_nmi
 7:     .long   0x30000000
 
 ! common exception handler
-
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