diff options
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index ad4d48056307..6be69c3a691f 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h | |||
@@ -303,16 +303,17 @@ | |||
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) | ||
306 | 307 | ||
307 | /* | 308 | /* |
308 | * Offset of the last Linux o32 flavoured syscall | 309 | * Offset of the last Linux o32 flavoured syscall |
309 | */ | 310 | */ |
310 | #define __NR_Linux_syscalls 282 | 311 | #define __NR_Linux_syscalls 283 |
311 | 312 | ||
312 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ | 313 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ |
313 | 314 | ||
314 | #define __NR_O32_Linux 4000 | 315 | #define __NR_O32_Linux 4000 |
315 | #define __NR_O32_Linux_syscalls 282 | 316 | #define __NR_O32_Linux_syscalls 283 |
316 | 317 | ||
317 | #if _MIPS_SIM == _MIPS_SIM_ABI64 | 318 | #if _MIPS_SIM == _MIPS_SIM_ABI64 |
318 | 319 | ||
@@ -562,16 +563,17 @@ | |||
562 | #define __NR_add_key (__NR_Linux + 239) | 563 | #define __NR_add_key (__NR_Linux + 239) |
563 | #define __NR_request_key (__NR_Linux + 240) | 564 | #define __NR_request_key (__NR_Linux + 240) |
564 | #define __NR_keyctl (__NR_Linux + 241) | 565 | #define __NR_keyctl (__NR_Linux + 241) |
566 | #define __NR_set_thread_area (__NR_Linux + 242) | ||
565 | 567 | ||
566 | /* | 568 | /* |
567 | * Offset of the last Linux 64-bit flavoured syscall | 569 | * Offset of the last Linux 64-bit flavoured syscall |
568 | */ | 570 | */ |
569 | #define __NR_Linux_syscalls 241 | 571 | #define __NR_Linux_syscalls 242 |
570 | 572 | ||
571 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ | 573 | #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ |
572 | 574 | ||
573 | #define __NR_64_Linux 5000 | 575 | #define __NR_64_Linux 5000 |
574 | #define __NR_64_Linux_syscalls 241 | 576 | #define __NR_64_Linux_syscalls 242 |
575 | 577 | ||
576 | #if _MIPS_SIM == _MIPS_SIM_NABI32 | 578 | #if _MIPS_SIM == _MIPS_SIM_NABI32 |
577 | 579 | ||
@@ -825,16 +827,17 @@ | |||
825 | #define __NR_add_key (__NR_Linux + 243) | 827 | #define __NR_add_key (__NR_Linux + 243) |
826 | #define __NR_request_key (__NR_Linux + 244) | 828 | #define __NR_request_key (__NR_Linux + 244) |
827 | #define __NR_keyctl (__NR_Linux + 245) | 829 | #define __NR_keyctl (__NR_Linux + 245) |
830 | #define __NR_set_thread_area (__NR_Linux + 246) | ||
828 | 831 | ||
829 | /* | 832 | /* |
830 | * Offset of the last N32 flavoured syscall | 833 | * Offset of the last N32 flavoured syscall |
831 | */ | 834 | */ |
832 | #define __NR_Linux_syscalls 245 | 835 | #define __NR_Linux_syscalls 246 |
833 | 836 | ||
834 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ | 837 | #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ |
835 | 838 | ||
836 | #define __NR_N32_Linux 6000 | 839 | #define __NR_N32_Linux 6000 |
837 | #define __NR_N32_Linux_syscalls 245 | 840 | #define __NR_N32_Linux_syscalls 246 |
838 | 841 | ||
839 | #ifndef __ASSEMBLY__ | 842 | #ifndef __ASSEMBLY__ |
840 | 843 | ||