commit | 50150d2bb9033de8a4d94b3feb2dfed81a605ed5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 27 12:11:46 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 18:33:02 2013 -0500 |
tree | 038a165e4fd33f8f27713bb61a39d20da1c7b450 | |
parent | 64b3122df48b81a40366a11f299ab819138c96e8 [diff] |
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>