diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-12-03 12:03:27 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-12-04 12:47:28 -0500 |
commit | 8d13cb26cd3bf23946743a5b4af2fecd88fc4974 (patch) | |
tree | 4ceac55a6786153a18cbb16a64cccbdb520853fd /arch/mips/kernel/scall64-o32.S | |
parent | 08d30879a6d3ce399f48def7c494853b5b5f2062 (diff) |
MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.
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 facb41a76d1b..3d55e3bbdfc3 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -510,7 +510,7 @@ sys_call_table: | |||
510 | PTR sys_splice | 510 | PTR sys_splice |
511 | PTR sys32_sync_file_range /* 4305 */ | 511 | PTR sys32_sync_file_range /* 4305 */ |
512 | PTR sys_tee | 512 | PTR sys_tee |
513 | PTR sys_vmsplice | 513 | PTR compat_sys_vmsplice |
514 | PTR compat_sys_move_pages | 514 | PTR compat_sys_move_pages |
515 | PTR compat_sys_set_robust_list | 515 | PTR compat_sys_set_robust_list |
516 | PTR compat_sys_get_robust_list /* 4310 */ | 516 | PTR compat_sys_get_robust_list /* 4310 */ |