diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 16:29:11 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-14 09:17:53 -0500 |
commit | 84b9e9b402386edf12664e37ee1f2e503472fb5e (patch) | |
tree | 46ab2f78d8b74bde2ef671c0f3956b39b5e3e9b2 /arch/arm64/kernel | |
parent | 4cd2b2fa61ef65300cb237febc0e8a77f23b6c44 (diff) |
arm64: switch compat to generic old sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm64/kernel')
-rw-r--r-- | arch/arm64/kernel/signal32.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/kernel/signal32.c b/arch/arm64/kernel/signal32.c index 806da6f5e28d..a1bd4395a62c 100644 --- a/arch/arm64/kernel/signal32.c +++ b/arch/arm64/kernel/signal32.c | |||
@@ -333,18 +333,6 @@ static int compat_restore_vfp_context(struct compat_vfp_sigframe __user *frame) | |||
333 | return err ? -EFAULT : 0; | 333 | return err ? -EFAULT : 0; |
334 | } | 334 | } |
335 | 335 | ||
336 | /* | ||
337 | * atomically swap in the new signal mask, and wait for a signal. | ||
338 | */ | ||
339 | asmlinkage int compat_sys_sigsuspend(int restart, compat_ulong_t oldmask, | ||
340 | compat_old_sigset_t mask) | ||
341 | { | ||
342 | sigset_t blocked; | ||
343 | |||
344 | siginitset(¤t->blocked, mask); | ||
345 | return sigsuspend(&blocked); | ||
346 | } | ||
347 | |||
348 | asmlinkage int compat_sys_sigaction(int sig, | 336 | asmlinkage int compat_sys_sigaction(int sig, |
349 | const struct compat_old_sigaction __user *act, | 337 | const struct compat_old_sigaction __user *act, |
350 | struct compat_old_sigaction __user *oact) | 338 | struct compat_old_sigaction __user *oact) |