From: Al Viro Date: Fri, 21 Sep 2012 23:55:31 +0000 (-0400) Subject: preparation for generic kernel_thread() X-Git-Tag: v3.7-rc1~64^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa3a7f8660355c3dddead17e224545c1a3d5a5f;p=pandora-kernel.git preparation for generic kernel_thread() Let architectures select GENERIC_KERNEL_THREAD and have their copy_thread() treat NULL regs as "it came from kernel_thread(), sp argument contains the function new thread will be calling and stack_size - the argument for that function". Switching the architectures begins shortly... Signed-off-by: Al Viro --- Reading git-diff-tree failed