diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/syscalls.h | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/signal_32.c | 1 | ||||
-rw-r--r-- | arch/xtensa/include/asm/syscall.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/syscalls.h b/arch/powerpc/include/asm/syscalls.h index 21936530df08..6949c42ffac2 100644 --- a/arch/powerpc/include/asm/syscalls.h +++ b/arch/powerpc/include/asm/syscalls.h | |||
@@ -22,8 +22,6 @@ asmlinkage long ppc64_personality(unsigned long personality); | |||
22 | asmlinkage int ppc_rtas(struct rtas_args __user *uargs); | 22 | asmlinkage int ppc_rtas(struct rtas_args __user *uargs); |
23 | asmlinkage time_t sys64_time(time_t __user * tloc); | 23 | asmlinkage time_t sys64_time(time_t __user * tloc); |
24 | 24 | ||
25 | asmlinkage long sys_rt_sigsuspend(sigset_t __user *unewset, | ||
26 | size_t sigsetsize); | ||
27 | asmlinkage long sys_sigaltstack(const stack_t __user *uss, | 25 | asmlinkage long sys_sigaltstack(const stack_t __user *uss, |
28 | stack_t __user *uoss, unsigned long r5, unsigned long r6, | 26 | stack_t __user *uoss, unsigned long r5, unsigned long r6, |
29 | unsigned long r7, unsigned long r8, struct pt_regs *regs); | 27 | unsigned long r7, unsigned long r8, struct pt_regs *regs); |
diff --git a/arch/powerpc/kernel/signal_32.c b/arch/powerpc/kernel/signal_32.c index 804e323c139d..9ec3fed3caac 100644 --- a/arch/powerpc/kernel/signal_32.c +++ b/arch/powerpc/kernel/signal_32.c | |||
@@ -57,7 +57,6 @@ | |||
57 | 57 | ||
58 | #ifdef CONFIG_PPC64 | 58 | #ifdef CONFIG_PPC64 |
59 | #define sys_sigsuspend compat_sys_sigsuspend | 59 | #define sys_sigsuspend compat_sys_sigsuspend |
60 | #define sys_rt_sigsuspend compat_sys_rt_sigsuspend | ||
61 | #define sys_rt_sigreturn compat_sys_rt_sigreturn | 60 | #define sys_rt_sigreturn compat_sys_rt_sigreturn |
62 | #define sys_sigaction compat_sys_sigaction | 61 | #define sys_sigaction compat_sys_sigaction |
63 | #define sys_swapcontext compat_sys_swapcontext | 62 | #define sys_swapcontext compat_sys_swapcontext |
diff --git a/arch/xtensa/include/asm/syscall.h b/arch/xtensa/include/asm/syscall.h index 6cf7c6c07a84..08a23ddac295 100644 --- a/arch/xtensa/include/asm/syscall.h +++ b/arch/xtensa/include/asm/syscall.h | |||
@@ -26,4 +26,3 @@ asmlinkage long sys_ppoll(struct pollfd __user *ufds, unsigned int nfds, | |||
26 | struct timespec __user *tsp, | 26 | struct timespec __user *tsp, |
27 | const sigset_t __user *sigmask, | 27 | const sigset_t __user *sigmask, |
28 | size_t sigsetsize); | 28 | size_t sigsetsize); |
29 | asmlinkage long sys_rt_sigsuspend(sigset_t __user *unewset, size_t sigsetsize); | ||