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)
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>

No differences found