summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorAl Viro2012-12-25 23:19:57 +0100
committerAl Viro2013-02-04 00:16:26 +0100
commitd7c43e4afb411db68bcf652c96e4206c6085f5e8 (patch)
tree9bcd3a0f7ea6ede44382449f4de6748c1d20a639 /arch/x86/include
parentx86,um: switch to generic old sigsuspend() (diff)
downloadkernel-qcow2-linux-d7c43e4afb411db68bcf652c96e4206c6085f5e8.tar.gz
kernel-qcow2-linux-d7c43e4afb411db68bcf652c96e4206c6085f5e8.tar.xz
kernel-qcow2-linux-d7c43e4afb411db68bcf652c96e4206c6085f5e8.zip
x86: switch to generic compat sched_rr_get_interval()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/sys_ia32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h
index d4c3837f9297..c603c8f7d6d5 100644
--- a/arch/x86/include/asm/sys_ia32.h
+++ b/arch/x86/include/asm/sys_ia32.h
@@ -43,9 +43,6 @@ asmlinkage long sys32_alarm(unsigned int);
asmlinkage long sys32_waitpid(compat_pid_t, unsigned int __user *, int);
asmlinkage long sys32_sysfs(int, u32, u32);
-asmlinkage long sys32_sched_rr_get_interval(compat_pid_t,
- struct compat_timespec __user *);
-
asmlinkage long sys32_pread(unsigned int, char __user *, u32, u32, u32);
asmlinkage long sys32_pwrite(unsigned int, const char __user *, u32, u32, u32);