git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138d1ce
)
powerpc: don't mess with r2 in copy_thread() and friends
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 11 Oct 2012 14:10:35 +0000
(10:10 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 14 Oct 2012 23:35:52 +0000
(19:35 -0400)
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>
No differences found