aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/uapi/asm/unistd.h')
-rw-r--r--arch/arm/include/uapi/asm/unistd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/include/uapi/asm/unistd.h b/arch/arm/include/uapi/asm/unistd.h
index 86f5789d23c8..6e104d9f103a 100644
--- a/arch/arm/include/uapi/asm/unistd.h
+++ b/arch/arm/include/uapi/asm/unistd.h
@@ -414,11 +414,6 @@
#define __NR_seccomp (__NR_SYSCALL_BASE+383)
/*
- * This may need to be greater than __NR_last_syscall+1 in order to
- * account for the padding in the syscall table
- */
-
-/*
* The following SWIs are ARM private.
*/
#define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
@@ -429,12 +424,6 @@
#define __ARM_NR_set_tls (__ARM_NR_BASE+5)
/*
- * *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.
- */
-
-/*
* The following syscalls are obsolete and no longer available for EABI.
*/
#if !defined(__KERNEL__)