]> git.karo-electronics.de Git - karo-tx-linux.git/commit
generic sys_fork / sys_vfork / sys_clone
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 23 Oct 2012 17:17:59 +0000 (13:17 -0400)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 4 Dec 2012 11:45:46 +0000 (12:45 +0100)
commit9ccc2c9b81da54df63b919f58f3c24a9401670db
tree8f5347d80ab7c62c54121e4a6e0c293973e0c344
parentf1de643fec2904bf27f6941c6ac0bd12fa66bdbb
generic sys_fork / sys_vfork / sys_clone

... and get rid of idiotic struct pt_regs * in asm-generic/syscalls.h
prototypes of the same, while we are at it.  Eventually we want those
in linux/syscalls.h, of course, but that'll have to wait a bit.

Note that there are *three* variants of sys_clone() order of arguments.
Braindamage galore...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/Kconfig
include/asm-generic/syscalls.h
kernel/fork.c