From: Helge Deller Date: Fri, 13 Feb 2009 22:58:29 +0000 (+0100) Subject: parisc: simplify sys_clone() X-Git-Tag: v2.6.30-rc1~233^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803094f480aa5b7dd5187a17e6e60ff24721c212;p=pandora-kernel.git parisc: simplify sys_clone() No need to test clone_flags here and set parent_tidptr and child_tidptr accordingly. The same check will be done in do_fork() and copy_process() anyway. Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed