diff options
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index ad4d48056307..c9eaf4c104de 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h | |||
@@ -303,16 +303,21 @@ | |||
303 | #define __NR_add_key (__NR_Linux + 280) | 303 | #define __NR_add_key (__NR_Linux + 280) |
304 | #define __NR_request_key (__NR_Linux + 281) | 304 | #define __NR_request_key (__NR_Linux + 281) |
305 | #define __NR_keyctl (__NR_Linux + 282) | 305 | #define __NR_keyctl (__NR_Linux + 282) |
306 | #define __NR_set_thread_area (__NR_Linux + 283) | ||
307 | #define __NR_inotify_init (__NR_Linux + 284) | ||
308 | #define __NR_inotify_add_watch (__NR_Linux + 285) | ||
309 | #define __NR_inotify_rm_watch (__NR_Linux + 286) | ||
310 | |||
306 | 311 | ||
307 | /* | 312 | /* |
308 | * Offset of the last Linux o32 flavoured syscall | 313 | * Offset of the last Linux o32 flavoured syscall |
309 | */ | 314 | */ |
310 | #define __NR_Linux_syscalls 282 | 315 | #define __NR_Linux_syscalls 286 |
311 | 316 | ||
312 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ | 317 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ |
313 | 318 | ||
314 | #define __NR_O32_Linux 4000 | 319 | #define __NR_O32_Linux 4000 |
315 | #define __NR_O32_Linux_syscalls 282 | 320 | #define __NR_O32_Linux_syscalls 283 |
316 | 321 | ||
317 | #if _MIPS_SIM == _MIPS_SIM_ABI64 | 322 | #if _MIPS_SIM == _MIPS_SIM_ABI64 |
318 | 323 | ||
@@ -562,16 +567,20 @@ | |||
562 | #define __NR_add_key (__NR_Linux + 239) | 567 | #define __NR_add_key (__NR_Linux + 239) |
563 | #define __NR_request_key (__NR_Linux + 240) | 568 | #define __NR_request_key (__NR_Linux + 240) |
564 | #define __NR_keyctl (__NR_Linux + 241) | 569 | #define __NR_keyctl (__NR_Linux + 241) |
570 | #define __NR_set_thread_area (__NR_Linux + 242) | ||
571 | #define __NR_inotify_init (__NR_Linux + 243) | ||
572 | #define __NR_inotify_add_watch (__NR_Linux + 244) | ||
573 | #define __NR_inotify_rm_watch (__NR_Linux + 245) | ||
565 | 574 | ||
566 | /* | 575 | /* |
567 | * Offset of the last Linux 64-bit flavoured syscall | 576 | * Offset of the last Linux 64-bit flavoured syscall |
568 | */ | 577 | */ |
569 | #define __NR_Linux_syscalls 241 | 578 | #define __NR_Linux_syscalls 245 |
570 | 579 | ||
571 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ | 580 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ |
572 | 581 | ||
573 | #define __NR_64_Linux 5000 | 582 | #define __NR_64_Linux 5000 |
574 | #define __NR_64_Linux_syscalls 241 | 583 | #define __NR_64_Linux_syscalls 242 |
575 | 584 | ||
576 | #if _MIPS_SIM == _MIPS_SIM_NABI32 | 585 | #if _MIPS_SIM == _MIPS_SIM_NABI32 |
577 | 586 | ||
@@ -825,16 +834,20 @@ | |||
825 | #define __NR_add_key (__NR_Linux + 243) | 834 | #define __NR_add_key (__NR_Linux + 243) |
826 | #define __NR_request_key (__NR_Linux + 244) | 835 | #define __NR_request_key (__NR_Linux + 244) |
827 | #define __NR_keyctl (__NR_Linux + 245) | 836 | #define __NR_keyctl (__NR_Linux + 245) |
837 | #define __NR_set_thread_area (__NR_Linux + 246) | ||
838 | #define __NR_inotify_init (__NR_Linux + 247) | ||
839 | #define __NR_inotify_add_watch (__NR_Linux + 248) | ||
840 | #define __NR_inotify_rm_watch (__NR_Linux + 249) | ||
828 | 841 | ||
829 | /* | 842 | /* |
830 | * Offset of the last N32 flavoured syscall | 843 | * Offset of the last N32 flavoured syscall |
831 | */ | 844 | */ |
832 | #define __NR_Linux_syscalls 245 | 845 | #define __NR_Linux_syscalls 249 |
833 | 846 | ||
834 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ | 847 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ |
835 | 848 | ||
836 | #define __NR_N32_Linux 6000 | 849 | #define __NR_N32_Linux 6000 |
837 | #define __NR_N32_Linux_syscalls 245 | 850 | #define __NR_N32_Linux_syscalls 246 |
838 | 851 | ||
839 | #ifndef __ASSEMBLY__ | 852 | #ifndef __ASSEMBLY__ |
840 | 853 | ||