]> Pileus Git - ~andy/linux/commit
alpha: don't bother passing switch_stack separately from regs
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Sep 2012 22:53:18 +0000 (18:53 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Oct 2012 01:39:28 +0000 (21:39 -0400)
commitd9d0738a898dd26a417d00a6923eef1015d33735
tree25049ac7ab82aa005c20f16173af574f9bc4fbbe
parent6972d6f25d21e3da58ff1309256c787078405c7f
alpha: don't bother passing switch_stack separately from regs

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>
arch/alpha/kernel/signal.c