diff options
author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2007-05-31 13:42:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-31 13:42:21 +0900 |
commit | 370ac91aab8403d74c2b59c3b43692eaed4ef268 (patch) | |
tree | bdf6dbd5a6836d377c0042436d1ccce01057596f /arch/sh/kernel/cpu/sh3/entry.S | |
parent | ddd43b063d16cdeffbc18f00b72c112f246fae78 (diff) | |
download | op-kernel-dev-370ac91aab8403d74c2b59c3b43692eaed4ef268.zip op-kernel-dev-370ac91aab8403d74c2b59c3b43692eaed4ef268.tar.gz |
sh: Fix pcrel too far for in_nmi label.
Add lost in_nmi definition to solve pcrel too far.
Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/entry.S')
-rw-r--r-- | 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 |