diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-04-03 04:01:43 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-06 06:53:59 -0500 |
commit | 942405f36038b8f930ab67e24aa1ad72bee96a25 (patch) | |
tree | a3df8be9e6eb95b2b78700c121b4cb7db13c9e48 /kernel/sys_ni.c | |
parent | c3359fbce4b65d542d02c30aa5174c8e4838da2d (diff) |
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>
Diffstat (limited to 'kernel/sys_ni.c')
-rw-r--r-- | kernel/sys_ni.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); | |||
139 | cond_syscall(sys_pciconfig_write); | 139 | cond_syscall(sys_pciconfig_write); |
140 | cond_syscall(sys_pciconfig_iobase); | 140 | cond_syscall(sys_pciconfig_iobase); |
141 | cond_syscall(sys32_ipc); | 141 | cond_syscall(sys32_ipc); |
142 | cond_syscall(sys32_sysctl); | ||
143 | cond_syscall(ppc_rtas); | 142 | cond_syscall(ppc_rtas); |
144 | cond_syscall(sys_spu_run); | 143 | cond_syscall(sys_spu_run); |
145 | cond_syscall(sys_spu_create); | 144 | cond_syscall(sys_spu_create); |