summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/scall64-n32.S
diff options
context:
space:
mode:
authorThiemo Seufer2005-04-13 11:11:22 +0200
committerRalf Baechle2005-10-29 20:31:04 +0200
commit589391a0fe229573439994b3be2cc9377722cf3d (patch)
tree1dccd44555ba6d47f8981c83e0a2c99164d83b04 /arch/mips/kernel/scall64-n32.S
parentFix one more case of computing the return EPC after the registers have (diff)
downloadkernel-qcow2-linux-589391a0fe229573439994b3be2cc9377722cf3d.tar.gz
kernel-qcow2-linux-589391a0fe229573439994b3be2cc9377722cf3d.tar.xz
kernel-qcow2-linux-589391a0fe229573439994b3be2cc9377722cf3d.zip
fcntl64 needs to be wrapped for n32.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r--arch/mips/kernel/scall64-n32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S
index e797f15bc0f0..d912218259e5 100644
--- a/arch/mips/kernel/scall64-n32.S
+++ b/arch/mips/kernel/scall64-n32.S
@@ -329,7 +329,7 @@ EXPORT(sysn32_call_table)
PTR sys_epoll_wait
PTR sys_remap_file_pages /* 6210 */
PTR sysn32_rt_sigreturn
- PTR sys_fcntl
+ PTR compat_sys_fcntl64
PTR sys_set_tid_address
PTR sys_restart_syscall
PTR sys_semtimedop /* 6215 */