summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/sys_ilp32.c
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-03-08 16:33:38 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-03-12 19:25:26 +0300
commit9b4db147ac19c2320edec431d93193f42e32d425 (patch)
tree5c375ee54992a40312e3172c57b660ea3d70e94d /arch/arm64/kernel/sys_ilp32.c
parentaffec13bd171a5d15389392fb90f98f0d0ec89b3 (diff)
Commit 9648606 "arm64: Remove asm/syscalls.h" removed the header file which the patch "ARM64:ILP32: Fix signal return for ILP32 when the user modified the signal stack" was using. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'arch/arm64/kernel/sys_ilp32.c')
-rw-r--r--arch/arm64/kernel/sys_ilp32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/kernel/sys_ilp32.c b/arch/arm64/kernel/sys_ilp32.c
index a976bcea84d7..35d5ab570cdc 100644
--- a/arch/arm64/kernel/sys_ilp32.c
+++ b/arch/arm64/kernel/sys_ilp32.c
@@ -25,6 +25,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/compat.h>
+#include <linux/syscalls.h>
/*
* Wrappers to pass the pt_regs argument.
@@ -180,7 +181,7 @@ long ilp32_sys_sigaltstack(const stack_t __user *uss_ptr,
*/
#define sys_sigaltstack ilp32_sys_sigaltstack
-#include <asm/syscalls.h>
+#include <asm-generic/syscalls.h>
#undef __SYSCALL
#define __SYSCALL(nr, sym) [nr] = sym,