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