]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mips: switch to generic sys_fork() and sys_clone()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 27 Dec 2012 17:11:46 +0000 (12:11 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 23:33:02 +0000 (18:33 -0500)
commit50150d2bb9033de8a4d94b3feb2dfed81a605ed5
tree038a165e4fd33f8f27713bb61a39d20da1c7b450
parent64b3122df48b81a40366a11f299ab819138c96e8
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>
arch/mips/Kconfig
arch/mips/include/asm/sim.h
arch/mips/include/asm/unistd.h
arch/mips/kernel/linux32.c
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S
arch/mips/kernel/syscall.c