diff options
Diffstat (limited to 'arch/sh/kernel/entry-common.S')
-rw-r--r-- | arch/sh/kernel/entry-common.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/entry-common.S b/arch/sh/kernel/entry-common.S index fc26ccd82789..b3b215fb21f7 100644 --- a/arch/sh/kernel/entry-common.S +++ b/arch/sh/kernel/entry-common.S | |||
@@ -285,6 +285,7 @@ ret_from_fork: | |||
285 | * system calls and debug traps through their respective jump tables. | 285 | * system calls and debug traps through their respective jump tables. |
286 | */ | 286 | */ |
287 | ENTRY(system_call) | 287 | ENTRY(system_call) |
288 | setup_frame_reg | ||
288 | #if !defined(CONFIG_CPU_SH2) | 289 | #if !defined(CONFIG_CPU_SH2) |
289 | mov.l 1f, r9 | 290 | mov.l 1f, r9 |
290 | mov.l @r9, r8 ! Read from TRA (Trap Address) Register | 291 | mov.l @r9, r8 ! Read from TRA (Trap Address) Register |