diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 13:16:46 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 14:38:21 +0100 |
commit | 8213bbf9c1c0009872a3278aa7a83ec8f3508195 (patch) | |
tree | 1fd6d8e006f2ddd9bcc7396eab092a12dc16eace /arch/mips/kernel/scall32-o32.S | |
parent | 4914ad4a9f2d484a68422700ba8493db73c7c411 (diff) | |
download | blackbird-op-linux-8213bbf9c1c0009872a3278aa7a83ec8f3508195.tar.gz blackbird-op-linux-8213bbf9c1c0009872a3278aa7a83ec8f3508195.zip |
[MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index c058c0b61a2a..fc4fd4d705e2 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -354,7 +354,7 @@ einval: li v0, -EINVAL sys sys_mkdir 2 sys sys_rmdir 1 /* 4040 */ sys sys_dup 1 - sys sys_pipe 0 + sys sysm_pipe 0 sys sys_times 1 sys sys_ni_syscall 0 sys sys_brk 1 /* 4045 */ |