[ARM] Gather common sigframe saving code into setup_sigframe()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 15 Jun 2006 19:28:03 +0000 (20:28 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:17:45 +0000 (16:17 +0100)
commitaca6ca10974aa78adfb47291722ce851160213e4
tree5e1daa21e63d19c5bab1a2f00eb6b8e1dcc6e9ea
parent680714844fd1dcc6f03b22353103985be9d58db6
[ARM] Gather common sigframe saving code into setup_sigframe()

Gather the common sigmask savbing code inside setup_sigcontext(), and
rename the function setup_sigframe().  Pass it a sigframe structure.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/signal.c