diff options
| author | Anton Blanchard <anton@samba.org> | 2005-01-25 04:45:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-25 04:45:45 -0800 |
| commit | dac8853b283c397780e479a728fd22761723cc32 (patch) | |
| tree | 9cec365fc8894de735998be08c151cc7cb018d2c /kernel | |
| parent | 017568f3d4b55abe6bf125462fd921596de6ecff (diff) | |
[PATCH] Problems disabling SYSCTL
Create a cond_syscall for sys32_sysctl and make all architectures use it.
Also fix the architectures that dont wrap their 32bit compat sysctl code.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sys_ni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 3c006bc20230..1bb70036fd72 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -82,3 +82,4 @@ cond_syscall(sys_pciconfig_read) cond_syscall(sys_pciconfig_write) cond_syscall(sys_pciconfig_iobase) cond_syscall(sys32_ipc) +cond_syscall(sys32_sysctl) |
