Skip to content

Commit

Permalink
sysctl: Remove the cond_syscall entry for sys32_sysctl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric W. Biederman committed Nov 6, 2009
1 parent c3359fb commit 942405f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sys_ni.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 942405f

Please sign in to comment.