diff options
| author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2007-05-31 00:42:21 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-31 00:42:21 -0400 |
| commit | 370ac91aab8403d74c2b59c3b43692eaed4ef268 (patch) | |
| tree | bdf6dbd5a6836d377c0042436d1ccce01057596f | |
| parent | ddd43b063d16cdeffbc18f00b72c112f246fae78 (diff) | |
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>
| -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 832c0b4a1e6c..659cc081e5e7 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S | |||
| @@ -320,6 +320,7 @@ skip_restore: | |||
| 320 | 320 | ||
| 321 | .align 2 | 321 | .align 2 |
| 322 | 5: .long 0x00001000 ! DSP | 322 | 5: .long 0x00001000 ! DSP |
| 323 | 6: .long in_nmi | ||
| 323 | 7: .long 0x30000000 | 324 | 7: .long 0x30000000 |
| 324 | 325 | ||
| 325 | ! common exception handler | 326 | ! common exception handler |
