aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/unistd.h')
-rw-r--r--arch/arm/include/asm/unistd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
index 0cab47d4a83f..d9ff5cc3a506 100644
--- a/arch/arm/include/asm/unistd.h
+++ b/arch/arm/include/asm/unistd.h
@@ -404,6 +404,15 @@
404#define __NR_setns (__NR_SYSCALL_BASE+375) 404#define __NR_setns (__NR_SYSCALL_BASE+375)
405#define __NR_process_vm_readv (__NR_SYSCALL_BASE+376) 405#define __NR_process_vm_readv (__NR_SYSCALL_BASE+376)
406#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377) 406#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377)
407 /* 378 for kcmp */
408
409/*
410 * This may need to be greater than __NR_last_syscall+1 in order to
411 * account for the padding in the syscall table
412 */
413#ifdef __KERNEL__
414#define __NR_syscalls (380)
415#endif /* __KERNEL__ */
407 416
408/* 417/*
409 * The following SWIs are ARM private. 418 * The following SWIs are ARM private.
@@ -483,6 +492,7 @@
483 */ 492 */
484#define __IGNORE_fadvise64_64 493#define __IGNORE_fadvise64_64
485#define __IGNORE_migrate_pages 494#define __IGNORE_migrate_pages
495#define __IGNORE_kcmp
486 496
487#endif /* __KERNEL__ */ 497#endif /* __KERNEL__ */
488#endif /* __ASM_ARM_UNISTD_H */ 498#endif /* __ASM_ARM_UNISTD_H */