From: Al Viro Date: Tue, 23 Oct 2012 17:17:59 +0000 (-0400) Subject: generic sys_fork / sys_vfork / sys_clone X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~47^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2125043aebf7f53cd1c72115c17b01d0bc06ce1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed