From: Al Viro Date: Thu, 11 Oct 2012 14:10:35 +0000 (-0400) Subject: powerpc: don't mess with r2 in copy_thread() and friends X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~47^2~43^11~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40792104b2550ee067f63c3ccc8ea04747dc5037;p=pandora-kernel.git powerpc: don't mess with r2 in copy_thread() and friends kernel_thread() callbacks are *not* in modules and are not going to be there. And it's not even read in ppc32 ret_from_kernel_thread(), so no need to bother with it there either. Signed-off-by: Al Viro --- Reading git-diff-tree failed