diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 16:28:27 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:53 -0500 |
commit | 86df89a0845a80aa765f3e5e0da43fdf9287029f (patch) | |
tree | 9fb2300a073dc86635ed442997feee899a83c621 /arch/cris/arch-v10 | |
parent | 9df794d9275d41012909aaff3cab759e37871974 (diff) |
cris: switch to generic old sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/signal.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/cris/arch-v10/kernel/signal.c b/arch/cris/arch-v10/kernel/signal.c index 9570946a6958..e53c1b455c35 100644 --- a/arch/cris/arch-v10/kernel/signal.c +++ b/arch/cris/arch-v10/kernel/signal.c | |||
@@ -41,18 +41,6 @@ | |||
41 | 41 | ||
42 | void do_signal(int canrestart, struct pt_regs *regs); | 42 | void do_signal(int canrestart, struct pt_regs *regs); |
43 | 43 | ||
44 | /* | ||
45 | * Atomically swap in the new signal mask, and wait for a signal. Define | ||
46 | * dummy arguments to be able to reach the regs argument. (Note that this | ||
47 | * arrangement relies on old_sigset_t occupying one register.) | ||
48 | */ | ||
49 | int sys_sigsuspend(old_sigset_t mask) | ||
50 | { | ||
51 | sigset_t blocked; | ||
52 | siginitset(&blocked, mask); | ||
53 | return sigsuspend(&blocked); | ||
54 | } | ||
55 | |||
56 | int sys_sigaction(int sig, const struct old_sigaction __user *act, | 44 | int sys_sigaction(int sig, const struct old_sigaction __user *act, |
57 | struct old_sigaction *oact) | 45 | struct old_sigaction *oact) |
58 | { | 46 | { |