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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
index 0cab47d4a83f..a566ec20d486 100644
--- a/arch/arm/include/asm/unistd.h
+++ b/arch/arm/include/asm/unistd.h
@@ -406,6 +406,14 @@
406#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377) 406#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377)
407 407
408/* 408/*
409 * This may need to be greater than __NR_last_syscall+1 in order to
410 * account for the padding in the syscall table
411 */
412#ifdef __KERNEL__
413#define __NR_syscalls (380)
414#endif /* __KERNEL__ */
415
416/*
409 * The following SWIs are ARM private. 417 * The following SWIs are ARM private.
410 */ 418 */
411#define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) 419#define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)