diff options
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index c389dbaa279e..fd1823c1657a 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S | |||
@@ -624,7 +624,9 @@ einval: li v0, -EINVAL | |||
624 | sys sys_request_key 4 | 624 | sys sys_request_key 4 |
625 | sys sys_keyctl 5 | 625 | sys sys_keyctl 5 |
626 | sys sys_set_thread_area 1 | 626 | sys sys_set_thread_area 1 |
627 | 627 | sys sys_inotify_init 0 | |
628 | sys sys_inotify_add_watch 3 /* 4285 */ | ||
629 | sys sys_inotify_rm_watch 2 | ||
628 | .endm | 630 | .endm |
629 | 631 | ||
630 | /* We pre-compute the number of _instruction_ bytes needed to | 632 | /* We pre-compute the number of _instruction_ bytes needed to |