]> 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)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 2 Nov 2012 23:06:41 +0000 (19:06 -0400)
commit79b957ab32f8bcca476f851eb9c2c547361d4540
tree29b1e3fe2630e027129cfede39733119733a6675
parent6f581005fc399a2c1a8c7998c74534863384267e
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