diff options
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index c05ba056b1e4..4e36b87be1ed 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S | |||
@@ -635,6 +635,7 @@ einval: li v0, -EINVAL | |||
635 | sys sys_ppoll 5 | 635 | sys sys_ppoll 5 |
636 | sys sys_unshare 1 | 636 | sys sys_unshare 1 |
637 | sys sys_splice 4 | 637 | sys sys_splice 4 |
638 | sys sys_sync_file_range 7 /* 4305 */ | ||
638 | .endm | 639 | .endm |
639 | 640 | ||
640 | /* We pre-compute the number of _instruction_ bytes needed to | 641 | /* We pre-compute the number of _instruction_ bytes needed to |