sysctl: Remove the cond_syscall entry for sys32_sysctl
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 08:01:43 +0000 (01:01 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 6 Nov 2009 11:53:59 +0000 (03:53 -0800)
commit942405f36038b8f930ab67e24aa1ad72bee96a25
treea3df8be9e6eb95b2b78700c121b4cb7db13c9e48
parentc3359fbce4b65d542d02c30aa5174c8e4838da2d
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 <ebiederm@xmission.com>
kernel/sys_ni.c