mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 10:29:52 +00:00
ARM: 8097/1: unistd.h: relocate comments back to place
commitbc994c77ceupstream. Commitcb8db5d45(UAPI: (Scripted) Disintegrate arch/arm/include/asm) moved these syscall comments out of their context into the UAPI headers. Fix this. Fixes:cb8db5d457("UAPI: (Scripted) Disintegrate arch/arm/include/asm") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5d7ee4f6ec
commit
c8e16cc253
@@ -15,7 +15,17 @@
|
|||||||
|
|
||||||
#include <uapi/asm/unistd.h>
|
#include <uapi/asm/unistd.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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 (384)
|
#define __NR_syscalls (384)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* *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 __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
|
||||||
|
|
||||||
#define __ARCH_WANT_STAT64
|
#define __ARCH_WANT_STAT64
|
||||||
|
|||||||
@@ -409,11 +409,6 @@
|
|||||||
#define __NR_sched_setattr (__NR_SYSCALL_BASE+380)
|
#define __NR_sched_setattr (__NR_SYSCALL_BASE+380)
|
||||||
#define __NR_sched_getattr (__NR_SYSCALL_BASE+381)
|
#define __NR_sched_getattr (__NR_SYSCALL_BASE+381)
|
||||||
|
|
||||||
/*
|
|
||||||
* 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.
|
* The following SWIs are ARM private.
|
||||||
*/
|
*/
|
||||||
@@ -424,12 +419,6 @@
|
|||||||
#define __ARM_NR_usr32 (__ARM_NR_BASE+4)
|
#define __ARM_NR_usr32 (__ARM_NR_BASE+4)
|
||||||
#define __ARM_NR_set_tls (__ARM_NR_BASE+5)
|
#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.
|
* The following syscalls are obsolete and no longer available for EABI.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user