mips: switch to generic sys_fork() and sys_clone()
we still need the wrappers to store callee-saved registers in pt_regs, but once that done we can jump to kernel/fork.c variants. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -170,8 +170,8 @@ sys_call_table:
|
||||
PTR sys_socketpair
|
||||
PTR sys_setsockopt
|
||||
PTR sys_getsockopt
|
||||
PTR sys_clone /* 5055 */
|
||||
PTR sys_fork
|
||||
PTR __sys_clone /* 5055 */
|
||||
PTR __sys_fork
|
||||
PTR sys_execve
|
||||
PTR sys_exit
|
||||
PTR sys_wait4
|
||||
|
Reference in New Issue
Block a user