diff options
Diffstat (limited to 'arch/mips/include/asm/unistd.h')
-rw-r--r-- | arch/mips/include/asm/unistd.h | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/arch/mips/include/asm/unistd.h b/arch/mips/include/asm/unistd.h index 40005010827..e753a777949 100644 --- a/arch/mips/include/asm/unistd.h +++ b/arch/mips/include/asm/unistd.h | |||
@@ -352,16 +352,19 @@ | |||
352 | #define __NR_inotify_init1 (__NR_Linux + 329) | 352 | #define __NR_inotify_init1 (__NR_Linux + 329) |
353 | #define __NR_preadv (__NR_Linux + 330) | 353 | #define __NR_preadv (__NR_Linux + 330) |
354 | #define __NR_pwritev (__NR_Linux + 331) | 354 | #define __NR_pwritev (__NR_Linux + 331) |
355 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 332) | ||
356 | #define __NR_perf_counter_open (__NR_Linux + 333) | ||
357 | #define __NR_accept4 (__NR_Linux + 334) | ||
355 | 358 | ||
356 | /* | 359 | /* |
357 | * Offset of the last Linux o32 flavoured syscall | 360 | * Offset of the last Linux o32 flavoured syscall |
358 | */ | 361 | */ |
359 | #define __NR_Linux_syscalls 331 | 362 | #define __NR_Linux_syscalls 334 |
360 | 363 | ||
361 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ | 364 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ |
362 | 365 | ||
363 | #define __NR_O32_Linux 4000 | 366 | #define __NR_O32_Linux 4000 |
364 | #define __NR_O32_Linux_syscalls 331 | 367 | #define __NR_O32_Linux_syscalls 334 |
365 | 368 | ||
366 | #if _MIPS_SIM == _MIPS_SIM_ABI64 | 369 | #if _MIPS_SIM == _MIPS_SIM_ABI64 |
367 | 370 | ||
@@ -660,16 +663,19 @@ | |||
660 | #define __NR_inotify_init1 (__NR_Linux + 288) | 663 | #define __NR_inotify_init1 (__NR_Linux + 288) |
661 | #define __NR_preadv (__NR_Linux + 289) | 664 | #define __NR_preadv (__NR_Linux + 289) |
662 | #define __NR_pwritev (__NR_Linux + 290) | 665 | #define __NR_pwritev (__NR_Linux + 290) |
666 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 291) | ||
667 | #define __NR_perf_counter_open (__NR_Linux + 292) | ||
668 | #define __NR_accept4 (__NR_Linux + 293) | ||
663 | 669 | ||
664 | /* | 670 | /* |
665 | * Offset of the last Linux 64-bit flavoured syscall | 671 | * Offset of the last Linux 64-bit flavoured syscall |
666 | */ | 672 | */ |
667 | #define __NR_Linux_syscalls 290 | 673 | #define __NR_Linux_syscalls 293 |
668 | 674 | ||
669 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ | 675 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ |
670 | 676 | ||
671 | #define __NR_64_Linux 5000 | 677 | #define __NR_64_Linux 5000 |
672 | #define __NR_64_Linux_syscalls 290 | 678 | #define __NR_64_Linux_syscalls 293 |
673 | 679 | ||
674 | #if _MIPS_SIM == _MIPS_SIM_NABI32 | 680 | #if _MIPS_SIM == _MIPS_SIM_NABI32 |
675 | 681 | ||
@@ -972,16 +978,19 @@ | |||
972 | #define __NR_inotify_init1 (__NR_Linux + 292) | 978 | #define __NR_inotify_init1 (__NR_Linux + 292) |
973 | #define __NR_preadv (__NR_Linux + 293) | 979 | #define __NR_preadv (__NR_Linux + 293) |
974 | #define __NR_pwritev (__NR_Linux + 294) | 980 | #define __NR_pwritev (__NR_Linux + 294) |
981 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 295) | ||
982 | #define __NR_perf_counter_open (__NR_Linux + 296) | ||
983 | #define __NR_accept4 (__NR_Linux + 297) | ||
975 | 984 | ||
976 | /* | 985 | /* |
977 | * Offset of the last N32 flavoured syscall | 986 | * Offset of the last N32 flavoured syscall |
978 | */ | 987 | */ |
979 | #define __NR_Linux_syscalls 294 | 988 | #define __NR_Linux_syscalls 297 |
980 | 989 | ||
981 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ | 990 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ |
982 | 991 | ||
983 | #define __NR_N32_Linux 6000 | 992 | #define __NR_N32_Linux 6000 |
984 | #define __NR_N32_Linux_syscalls 294 | 993 | #define __NR_N32_Linux_syscalls 297 |
985 | 994 | ||
986 | #ifdef __KERNEL__ | 995 | #ifdef __KERNEL__ |
987 | 996 | ||