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:
6972d6f
)
alpha: don't bother passing switch_stack separately from regs
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 5 Sep 2012 22:53:18 +0000
(18:53 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 12 Oct 2012 01:39:28 +0000
(21:39 -0400)
It's needed only in setup_sigcontext() and it's always reg - <constant>;
no point passing it all way down through the call chain. This is just
the signal.c side of that stuff; next will come the asm glue one...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found