m68k: switch to saner kernel_execve() semantics
Acked-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -115,16 +115,9 @@ ENTRY(ret_from_kernel_thread)
|
||||
| a3 contains the kernel thread payload, d7 - its argument
|
||||
movel %d1,%sp@-
|
||||
jsr schedule_tail
|
||||
GET_CURRENT(%d0)
|
||||
movel %d7,(%sp)
|
||||
jsr %a3@
|
||||
addql #4,%sp
|
||||
movel %d0,(%sp)
|
||||
jra sys_exit
|
||||
|
||||
ENTRY(ret_from_kernel_execve)
|
||||
movel 4(%sp), %sp
|
||||
GET_CURRENT(%d0)
|
||||
jra ret_from_exception
|
||||
|
||||
#if defined(CONFIG_COLDFIRE) || !defined(CONFIG_MMU)
|
||||
|
Reference in New Issue
Block a user