summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorAl Viro2013-02-24 20:00:48 +0100
committerAl Viro2013-03-04 05:00:33 +0100
commit07b053457b5faea05630c119baffa7c61c515fe4 (patch)
treeb281b4da5cc45ee45f5136123d1fd2eaacbfe3c5 /arch/x86/include/asm
parentget rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC (diff)
downloadkernel-qcow2-linux-07b053457b5faea05630c119baffa7c61c515fe4.tar.gz
kernel-qcow2-linux-07b053457b5faea05630c119baffa7c61c515fe4.tar.xz
kernel-qcow2-linux-07b053457b5faea05630c119baffa7c61c515fe4.zip
x86: sys32_kill and sys32_mprotect are pointless
their argument types are identical to those of sys_kill and sys_mprotect resp., so we are not doing any kind of argument validation, etc. in those - they turn into unconditional branches to corresponding syscalls. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/sys_ia32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h
index df8ad3b3920a..5e1724176626 100644
--- a/arch/x86/include/asm/sys_ia32.h
+++ b/arch/x86/include/asm/sys_ia32.h
@@ -30,7 +30,6 @@ asmlinkage long sys32_fstatat(unsigned int, const char __user *,
struct stat64 __user *, int);
struct mmap_arg_struct32;
asmlinkage long sys32_mmap(struct mmap_arg_struct32 __user *);
-asmlinkage long sys32_mprotect(unsigned long, size_t, unsigned long);
asmlinkage long sys32_alarm(unsigned int);
@@ -42,7 +41,6 @@ asmlinkage long sys32_pwrite(unsigned int, const char __user *, u32, u32, u32);
asmlinkage long sys32_personality(unsigned long);
-long sys32_kill(int, int);
long sys32_fadvise64_64(int, __u32, __u32, __u32, __u32, int);
long sys32_vm86_warning(void);