summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/sys_ia32.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2009-04-03 00:59:52 -0700
committerEric W. Biederman <ebiederm@xmission.com>2009-11-06 03:53:58 -0800
commitc3359fbce4b65d542d02c30aa5174c8e4838da2d (patch)
treecdd54e655bd11c77db8265a6b6852476ddffd1ce /arch/x86/include/asm/sys_ia32.h
parent03102a4ded430586936445a733d0d29660f4d7c1 (diff)
downloadop-kernel-dev-c3359fbce4b65d542d02c30aa5174c8e4838da2d.zip
op-kernel-dev-c3359fbce4b65d542d02c30aa5174c8e4838da2d.tar.gz
sysctl: x86 Use the compat_sys_sysctl
Now that we have a generic 32bit compatibility implementation there is no need for x86 to implement it's own. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Acked-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'arch/x86/include/asm/sys_ia32.h')
-rw-r--r--arch/x86/include/asm/sys_ia32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/sys_ia32.h b/arch/x86/include/asm/sys_ia32.h
index 72a6dcd..9af9dec 100644
--- a/arch/x86/include/asm/sys_ia32.h
+++ b/arch/x86/include/asm/sys_ia32.h
@@ -51,11 +51,6 @@ asmlinkage long sys32_sched_rr_get_interval(compat_pid_t,
asmlinkage long sys32_rt_sigpending(compat_sigset_t __user *, compat_size_t);
asmlinkage long sys32_rt_sigqueueinfo(int, int, compat_siginfo_t __user *);
-#ifdef CONFIG_SYSCTL_SYSCALL
-struct sysctl_ia32;
-asmlinkage long sys32_sysctl(struct sysctl_ia32 __user *);
-#endif
-
asmlinkage long sys32_pread(unsigned int, char __user *, u32, u32, u32);
asmlinkage long sys32_pwrite(unsigned int, char __user *, u32, u32, u32);
OpenPOWER on IntegriCloud