diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2014-01-30 12:56:56 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-07-10 06:02:40 -0400 |
commit | f3e5c847ec3d12b4de7898662024ee25622b25d7 (patch) | |
tree | 36ae693ecd8340d13c9aae1a6295e9046ab688d7 /arch/arm64/kernel/entry.S | |
parent | 6c81fe7925cc4c42de49e17be21eb86d1173c3a7 (diff) |
arm64: Add __NR_* definitions for compat syscalls
This patch adds __NR_* definitions to asm/unistd32.h, moves the
__NR_compat_* definitions to asm/unistd.h and removes all the explicit
unistd32.h includes apart from the one building the compat syscall
table. The aim is to have the compat __NR_* definitions available but
without colliding with the native syscall definitions (required by
lib/compat_audit.c to avoid duplicating the audit header files between
native and compat).
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/entry.S')
-rw-r--r-- | arch/arm64/kernel/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S index 93ac58dbf07c..f0b5e5120a87 100644 --- a/arch/arm64/kernel/entry.S +++ b/arch/arm64/kernel/entry.S | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <asm/esr.h> | 27 | #include <asm/esr.h> |
28 | #include <asm/thread_info.h> | 28 | #include <asm/thread_info.h> |
29 | #include <asm/unistd.h> | 29 | #include <asm/unistd.h> |
30 | #include <asm/unistd32.h> | ||
31 | 30 | ||
32 | /* | 31 | /* |
33 | * Context tracking subsystem. Used to instrument transitions | 32 | * Context tracking subsystem. Used to instrument transitions |