diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-18 19:55:35 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-07-27 09:03:16 +0200 |
commit | bfc0ca0d33e24fca5b89acb378a8a9712ffe22b6 (patch) | |
tree | 91e22bf029ade70dc13bdc265089cfa3826b155c /arch/microblaze/kernel/syscall_table.S | |
parent | 3863dbceac7e69642b95f43de1c12c6236fdbe5b (diff) | |
download | op-kernel-dev-bfc0ca0d33e24fca5b89acb378a8a9712ffe22b6.zip op-kernel-dev-bfc0ca0d33e24fca5b89acb378a8a9712ffe22b6.tar.gz |
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.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 31b32a6..216db81 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 */ |