diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-04 04:17:28 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:40 -0500 |
commit | afbfb52e47273a440df33274452c603e8c332de2 (patch) | |
tree | 041dc70061a67e787b362959298e093830b4b4d7 /arch/sh/kernel/cpu/sh3/entry.S | |
parent | c03c69610bfa728805deceeb624ee4268c722a5a (diff) |
sh: stacktrace/lockdep/irqflags tracing support.
Wire up all of the essentials for lockdep..
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 | 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 7ba3dcbe750..8c0dc2700c6 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 | ||