diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 08:16:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 09:38:21 -0400 |
commit | 8213bbf9c1c0009872a3278aa7a83ec8f3508195 (patch) | |
tree | 1fd6d8e006f2ddd9bcc7396eab092a12dc16eace /arch/mips/kernel/scall64-o32.S | |
parent | 4914ad4a9f2d484a68422700ba8493db73c7c411 (diff) |
[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/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 9a275efb4f04..76167bea5a70 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -247,7 +247,7 @@ sys_call_table: | |||
247 | PTR sys_mkdir | 247 | PTR sys_mkdir |
248 | PTR sys_rmdir /* 4040 */ | 248 | PTR sys_rmdir /* 4040 */ |
249 | PTR sys_dup | 249 | PTR sys_dup |
250 | PTR sys_pipe | 250 | PTR sysm_pipe |
251 | PTR compat_sys_times | 251 | PTR compat_sys_times |
252 | PTR sys_ni_syscall | 252 | PTR sys_ni_syscall |
253 | PTR sys_brk /* 4045 */ | 253 | PTR sys_brk /* 4045 */ |