]> git.baikalelectronics.ru Git - kernel.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>
Thu, 29 Nov 2012 02:49:04 +0000 (21:49 -0500)
commit6648f3799ae2bebdada5a26f5e72549eb86274fd
treee6d510a22905d870a612660c2da0bdb6e36bc7e6
parentf9ec7f112616bada798732dc74fa13fb8a5875d9
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