[ARM] Gather common sigframe restoration code into restore_sigframe()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 15 Jun 2006 19:23:02 +0000 (20:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:17:44 +0000 (16:17 +0100)
commit680714844fd1dcc6f03b22353103985be9d58db6
tree9e0a0b1835690c4f796bdad5ca4e9eca720256f5
parentcb3504e8fa84870aabcf51c67e29675817e30836
[ARM] Gather common sigframe restoration code into restore_sigframe()

Gather the sigmask restoration code inside restore_sigcontext(), and
rename the function restore_sigframe().  Pass it a sigframe structure.

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