diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/entry.S')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 7ba3dcbe7504..8c0dc2700c69 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S | |||
@@ -140,7 +140,7 @@ call_dpf: | |||
140 | mov.l 1f, r0 | 140 | mov.l 1f, r0 |
141 | mov.l @r0, r6 ! address | 141 | mov.l @r0, r6 ! address |
142 | mov.l 3f, r0 | 142 | mov.l 3f, r0 |
143 | sti | 143 | |
144 | jmp @r0 | 144 | jmp @r0 |
145 | mov r15, r4 ! regs | 145 | mov r15, r4 ! regs |
146 | 146 | ||