summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-01-25 04:36:45 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-25 04:36:45 -0800
commit259387cf719c774daefa23f4bb083179063746e1 (patch)
tree16446e631ae569ee04374bf6e817fc28d854ad62 /kernel
parent66a9f20a6c6f5b60d15c3fa815968b42e8ebdf3d (diff)
[PATCH] ppc64: problem disabling SYSVIPC
The kernel wouldnt link when SYSVIPC was disabled. x86-64 was already defining a cond_syscall, instead of duplicating it in the ppc64 port move it into the arch specific portion of kernel/sys_ni.c 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index 9f36b40cab65..3c006bc20230 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -81,4 +81,4 @@ cond_syscall(compat_sys_socketcall)
cond_syscall(sys_pciconfig_read)
cond_syscall(sys_pciconfig_write)
cond_syscall(sys_pciconfig_iobase)
-
+cond_syscall(sys32_ipc)