diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-10 19:29:28 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 01:37:44 +0200 |
commit | 5fae1b664595adc621fb9294b7d19145918073de (patch) | |
tree | 77cef337e95202f12e6483fd33d0a6fde5c9f834 /arch/h8300/kernel/entry.S | |
parent | h8300: generic kernel_thread() (diff) | |
download | linux-5fae1b664595adc621fb9294b7d19145918073de.tar.xz linux-5fae1b664595adc621fb9294b7d19145918073de.zip |
h8300: generic kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/kernel/entry.S')
-rw-r--r-- | arch/h8300/kernel/entry.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/h8300/kernel/entry.S b/arch/h8300/kernel/entry.S index 2cdb49a56099..617a6878787f 100644 --- a/arch/h8300/kernel/entry.S +++ b/arch/h8300/kernel/entry.S @@ -337,8 +337,7 @@ SYMBOL_NAME_LABEL(ret_from_kernel_thread) mov.l @(LER4:16,sp),er0 mov.l @(LER5:16,sp),er1 jsr @er1 - sub.l @er0,@er0 - jsr @SYMBOL_NAME(sys_exit) + jmp @SYMBOL_NAME(ret_from_exception) SYMBOL_NAME_LABEL(resume) /* |