diff options
Diffstat (limited to 'kernel/arch/arm/include/asm/unistd.h')
-rw-r--r-- | kernel/arch/arm/include/asm/unistd.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/kernel/arch/arm/include/asm/unistd.h b/kernel/arch/arm/include/asm/unistd.h index 32640c431..7b84657fb 100644 --- a/kernel/arch/arm/include/asm/unistd.h +++ b/kernel/arch/arm/include/asm/unistd.h @@ -19,14 +19,7 @@ * This may need to be greater than __NR_last_syscall+1 in order to * account for the padding in the syscall table */ -#define __NR_syscalls (388) - -/* - * *NOTE*: This is a ghost syscall private to the kernel. Only the - * __kuser_cmpxchg code in entry-armv.S should be aware of its - * existence. Don't ever use this from user code. - */ -#define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) +#define __NR_syscalls (392) #define __ARCH_WANT_STAT64 #define __ARCH_WANT_SYS_GETHOSTNAME |