aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/syscall_table.S
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-18 19:55:35 +0200
committerMichal Simek <monstr@monstr.eu>2009-07-27 09:03:16 +0200
commitbfc0ca0d33e24fca5b89acb378a8a9712ffe22b6 (patch)
tree91e22bf029ade70dc13bdc265089cfa3826b155c /arch/microblaze/kernel/syscall_table.S
parentmicroblaze: Support unaligned address for put/get_user macros (diff)
downloadlinux-dev-bfc0ca0d33e24fca5b89acb378a8a9712ffe22b6.tar.xz
linux-dev-bfc0ca0d33e24fca5b89acb378a8a9712ffe22b6.zip
microblaze: remove sys_ipc
The ipc system call is now unused in microblaze, as the system call table points directly to the indidual system calls for IPC. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/syscall_table.S')
-rw-r--r--arch/microblaze/kernel/syscall_table.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S
index 31b32a6c5f4e..216db817beb6 100644
--- a/arch/microblaze/kernel/syscall_table.S
+++ b/arch/microblaze/kernel/syscall_table.S
@@ -121,7 +121,7 @@ ENTRY(sys_call_table)
.long sys_wait4
.long sys_swapoff /* 115 */
.long sys_sysinfo
- .long sys_ipc
+ .long sys_ni_syscall /* old sys_ipc */
.long sys_fsync
.long sys_ni_syscall /* sys_sigreturn_wrapper */
.long sys_clone /* 120 */