aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh3/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/entry.S')
-rw-r--r--arch/sh/kernel/cpu/sh3/entry.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S
index 3f7e2a22c7c2..29021bc67493 100644
--- a/arch/sh/kernel/cpu/sh3/entry.S
+++ b/arch/sh/kernel/cpu/sh3/entry.S
@@ -365,6 +365,8 @@ handle_exception:
365 mov.l @k2, k2 ! read out vector and keep in k2 365 mov.l @k2, k2 ! read out vector and keep in k2
366 366
367handle_exception_special: 367handle_exception_special:
368 setup_frame_reg
369
368 ! Setup return address and jump to exception handler 370 ! Setup return address and jump to exception handler
369 mov.l 7f, r9 ! fetch return address 371 mov.l 7f, r9 ! fetch return address
370 stc r2_bank, r0 ! k2 (vector) 372 stc r2_bank, r0 ! k2 (vector)