diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-01 01:49:21 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:14 -0400 |
commit | a8d587a71b76328447de165b12495650721b9286 (patch) | |
tree | 99930dd68d04355c5753741c9e587677ad6b5225 /arch/mips/kernel/scall64-o32.S | |
parent | f115da9cd60ccd5f27941dcf9fe8038ae9486a77 (diff) |
[MIPS] Wire up sync_file_range(2).
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index c7e766e46368..b53a9207f530 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -509,4 +509,5 @@ sys_call_table: | |||
509 | PTR sys_ppoll | 509 | PTR sys_ppoll |
510 | PTR sys_unshare | 510 | PTR sys_unshare |
511 | PTR sys_splice | 511 | PTR sys_splice |
512 | PTR sys32_sync_file_range /* 4305 */ | ||
512 | .size sys_call_table,.-sys_call_table | 513 | .size sys_call_table,.-sys_call_table |