From: Eric W. Biederman Date: Fri, 3 Apr 2009 08:01:43 +0000 (-0700) Subject: sysctl: Remove the cond_syscall entry for sys32_sysctl X-Git-Tag: v2.6.33-rc1~392^2~34 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=942405f36038b8f930ab67e24aa1ad72bee96a25;p=karo-tx-linux.git sysctl: Remove the cond_syscall entry for sys32_sysctl Now that all architechtures are use compat_sys_sysctl and sys32_sysctl does not exist there is not point in retaining a cond_syscall entry for it. Signed-off-by: Eric W. Biederman --- diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index e06d0b8d1951..de5bf1448238 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -139,7 +139,6 @@ cond_syscall(sys_pciconfig_read); cond_syscall(sys_pciconfig_write); cond_syscall(sys_pciconfig_iobase); cond_syscall(sys32_ipc); -cond_syscall(sys32_sysctl); cond_syscall(ppc_rtas); cond_syscall(sys_spu_run); cond_syscall(sys_spu_create);