Commit b407e620 authored by Al Viro's avatar Al Viro

h8300: switch to generic old sigsuspend

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ac416143
......@@ -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
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment