Browse Source

h8300: switch to generic old sigsuspend

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 12 years ago
parent
commit
b407e620ec
2 changed files with 1 additions and 11 deletions
  1. 1 0
      arch/h8300/Kconfig
  2. 0 11
      arch/h8300/kernel/signal.c

+ 1 - 0
arch/h8300/Kconfig

@@ -10,6 +10,7 @@ config H8300
 	select GENERIC_CPU_DEVICES
 	select MODULES_USE_ELF_RELA
 	select GENERIC_SIGALTSTACK
+	select OLD_SIGSUSPEND3
 
 config SYMBOL_PREFIX
 	string

+ 0 - 11
arch/h8300/kernel/signal.c

@@ -46,17 +46,6 @@
 #include <asm/traps.h>
 #include <asm/ucontext.h>
 
-/*
- * Atomically swap in the new signal mask, and wait for a signal.
- */
-asmlinkage int
-sys_sigsuspend(int unused1, int unused2, old_sigset_t mask)
-{
-	sigset_t blocked;
-	siginitset(&blocked, mask);
-	return sigsuspend(&blocked);
-}
-
 asmlinkage int 
 sys_sigaction(int sig, const struct old_sigaction *act,
 	      struct old_sigaction *oact)