commit | 40792104b2550ee067f63c3ccc8ea04747dc5037 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 11 10:10:35 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Oct 14 19:35:52 2012 -0400 |
tree | 0741b5e53e5dddd298eb583b8c937d2fc5faa0e5 | |
parent | 138d1ce80ed96eff6638f454f0a1500a4aefd17b [diff] |
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 <viro@zeniv.linux.org.uk>