diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-27 02:11:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 20:02:30 +0100 |
commit | 08274cefdc9efe709540be5d8e7c002346592d6d (patch) | |
tree | a1f17091927262fda2327feb4c7e4315ee681fd2 /arch/mips/kernel/scall64-o32.S | |
parent | [MIPS] N32 waitid is the same as o32. (diff) | |
download | linux-08274cefdc9efe709540be5d8e7c002346592d6d.tar.xz linux-08274cefdc9efe709540be5d8e7c002346592d6d.zip |
[MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.
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 bcc42489dc3c..70e223352fe2 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -307,7 +307,7 @@ sys_call_table: PTR compat_sys_statfs PTR compat_sys_fstatfs /* 4100 */ PTR sys_ni_syscall /* sys_ioperm */ - PTR sys32_socketcall + PTR compat_sys_socketcall PTR sys_syslog PTR compat_sys_setitimer PTR compat_sys_getitimer /* 4105 */ |