diff options
Diffstat (limited to 'include/asm-mips/unistd.h')
| -rw-r--r-- | include/asm-mips/unistd.h | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 30240a445dbb..ec56aa52f669 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h | |||
| @@ -332,16 +332,18 @@ | |||
| 332 | #define __NR_set_robust_list (__NR_Linux + 309) | 332 | #define __NR_set_robust_list (__NR_Linux + 309) |
| 333 | #define __NR_get_robust_list (__NR_Linux + 310) | 333 | #define __NR_get_robust_list (__NR_Linux + 310) |
| 334 | #define __NR_kexec_load (__NR_Linux + 311) | 334 | #define __NR_kexec_load (__NR_Linux + 311) |
| 335 | #define __NR_getcpu (__NR_Linux + 312) | ||
| 336 | #define __NR_epoll_pwait (__NR_Linux + 313) | ||
| 335 | 337 | ||
| 336 | /* | 338 | /* |
| 337 | * Offset of the last Linux o32 flavoured syscall | 339 | * Offset of the last Linux o32 flavoured syscall |
| 338 | */ | 340 | */ |
| 339 | #define __NR_Linux_syscalls 311 | 341 | #define __NR_Linux_syscalls 313 |
| 340 | 342 | ||
| 341 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ | 343 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ |
| 342 | 344 | ||
| 343 | #define __NR_O32_Linux 4000 | 345 | #define __NR_O32_Linux 4000 |
| 344 | #define __NR_O32_Linux_syscalls 311 | 346 | #define __NR_O32_Linux_syscalls 313 |
| 345 | 347 | ||
| 346 | #if _MIPS_SIM == _MIPS_SIM_ABI64 | 348 | #if _MIPS_SIM == _MIPS_SIM_ABI64 |
| 347 | 349 | ||
| @@ -620,16 +622,18 @@ | |||
| 620 | #define __NR_set_robust_list (__NR_Linux + 268) | 622 | #define __NR_set_robust_list (__NR_Linux + 268) |
| 621 | #define __NR_get_robust_list (__NR_Linux + 269) | 623 | #define __NR_get_robust_list (__NR_Linux + 269) |
| 622 | #define __NR_kexec_load (__NR_Linux + 270) | 624 | #define __NR_kexec_load (__NR_Linux + 270) |
| 625 | #define __NR_getcpu (__NR_Linux + 271) | ||
| 626 | #define __NR_epoll_pwait (__NR_Linux + 272) | ||
| 623 | 627 | ||
| 624 | /* | 628 | /* |
| 625 | * Offset of the last Linux 64-bit flavoured syscall | 629 | * Offset of the last Linux 64-bit flavoured syscall |
| 626 | */ | 630 | */ |
| 627 | #define __NR_Linux_syscalls 270 | 631 | #define __NR_Linux_syscalls 272 |
| 628 | 632 | ||
| 629 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ | 633 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ |
| 630 | 634 | ||
| 631 | #define __NR_64_Linux 5000 | 635 | #define __NR_64_Linux 5000 |
| 632 | #define __NR_64_Linux_syscalls 270 | 636 | #define __NR_64_Linux_syscalls 272 |
| 633 | 637 | ||
| 634 | #if _MIPS_SIM == _MIPS_SIM_NABI32 | 638 | #if _MIPS_SIM == _MIPS_SIM_NABI32 |
| 635 | 639 | ||
| @@ -912,16 +916,18 @@ | |||
| 912 | #define __NR_set_robust_list (__NR_Linux + 272) | 916 | #define __NR_set_robust_list (__NR_Linux + 272) |
| 913 | #define __NR_get_robust_list (__NR_Linux + 273) | 917 | #define __NR_get_robust_list (__NR_Linux + 273) |
| 914 | #define __NR_kexec_load (__NR_Linux + 274) | 918 | #define __NR_kexec_load (__NR_Linux + 274) |
| 919 | #define __NR_getcpu (__NR_Linux + 275) | ||
| 920 | #define __NR_epoll_pwait (__NR_Linux + 276) | ||
| 915 | 921 | ||
| 916 | /* | 922 | /* |
| 917 | * Offset of the last N32 flavoured syscall | 923 | * Offset of the last N32 flavoured syscall |
| 918 | */ | 924 | */ |
| 919 | #define __NR_Linux_syscalls 274 | 925 | #define __NR_Linux_syscalls 276 |
| 920 | 926 | ||
| 921 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ | 927 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ |
| 922 | 928 | ||
| 923 | #define __NR_N32_Linux 6000 | 929 | #define __NR_N32_Linux 6000 |
| 924 | #define __NR_N32_Linux_syscalls 274 | 930 | #define __NR_N32_Linux_syscalls 276 |
| 925 | 931 | ||
| 926 | #ifdef __KERNEL__ | 932 | #ifdef __KERNEL__ |
| 927 | 933 | ||
| @@ -1189,6 +1195,7 @@ type name (atype a,btype b,ctype c,dtype d,etype e,ftype f) \ | |||
| 1189 | #endif /* (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64) */ | 1195 | #endif /* (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64) */ |
| 1190 | 1196 | ||
| 1191 | 1197 | ||
| 1198 | #define __ARCH_OMIT_COMPAT_SYS_GETDENTS64 | ||
| 1192 | #define __ARCH_WANT_IPC_PARSE_VERSION | 1199 | #define __ARCH_WANT_IPC_PARSE_VERSION |
| 1193 | #define __ARCH_WANT_OLD_READDIR | 1200 | #define __ARCH_WANT_OLD_READDIR |
| 1194 | #define __ARCH_WANT_SYS_ALARM | 1201 | #define __ARCH_WANT_SYS_ALARM |
