diff options
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index ba1bcd83c7d3..e71785102206 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S | |||
@@ -662,6 +662,8 @@ einval: li v0, -EINVAL | |||
662 | sys sys_tee 4 | 662 | sys sys_tee 4 |
663 | sys sys_vmsplice 4 | 663 | sys sys_vmsplice 4 |
664 | sys sys_move_pages 6 | 664 | sys sys_move_pages 6 |
665 | sys sys_set_robust_list 2 | ||
666 | sys sys_get_robust_list 3 | ||
665 | .endm | 667 | .endm |
666 | 668 | ||
667 | /* We pre-compute the number of _instruction_ bytes needed to | 669 | /* We pre-compute the number of _instruction_ bytes needed to |