diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-04-22 01:30:05 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-21 23:58:07 -0400 |
commit | 7ae4e32a65148353db3458e3eb87117f25620ac5 (patch) | |
tree | 31a5f95370fb32cb22838332c54e9a364bd9b188 /arch/h8300/kernel/syscalls.S | |
parent | 8b6c3309c94b7296614d7783eb259555a6be6f7e (diff) | |
download | linux-7ae4e32a65148353db3458e3eb87117f25620ac5.tar.bz2 |
h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/kernel/syscalls.S')
-rw-r--r-- | arch/h8300/kernel/syscalls.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/h8300/kernel/syscalls.S b/arch/h8300/kernel/syscalls.S index 4be2ea2fbe26..9d77e715a2ed 100644 --- a/arch/h8300/kernel/syscalls.S +++ b/arch/h8300/kernel/syscalls.S @@ -343,12 +343,6 @@ SYMBOL_NAME_LABEL(sys_call_table) SYMBOL_NAME_LABEL(sys_clone) call_sp h8300_clone -SYMBOL_NAME_LABEL(sys_sigsuspend) - call_sp do_sigsuspend - -SYMBOL_NAME_LABEL(sys_rt_sigsuspend) - call_sp do_rt_sigsuspend - SYMBOL_NAME_LABEL(sys_sigreturn) call_sp do_sigreturn |