From: Al Viro Date: Thu, 20 Sep 2012 13:28:25 +0000 (-0400) Subject: um: kill thread->forking X-Git-Tag: v3.6~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ce4e92fa4f79a5fdb4cc912b411280afe21697;p=pandora-kernel.git um: kill thread->forking we only use that to tell copy_thread() done by syscall from that done by kernel_thread(). However, it's easier to do simply by checking PF_KTHREAD in thread flags. Merge sys_clone() guts for 32bit and 64bit, while we are at it... Signed-off-by: Al Viro --- Reading git-diff-tree failed