diff options
author | Will Deacon <will.deacon@arm.com> | 2019-01-03 18:55:12 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-01-04 15:18:01 +0100 |
commit | 7e0b44e870cf265bb4a73fd25e0508c7363fcbd6 (patch) | |
tree | 7426d9f4b4685d250fc443d9364f3b5f3db84500 /arch/arm64/include/asm/unistd.h | |
parent | arm64: compat: Don't pull syscall number from regs in arm_compat_syscall (diff) | |
download | linux-7e0b44e870cf265bb4a73fd25e0508c7363fcbd6.tar.xz linux-7e0b44e870cf265bb4a73fd25e0508c7363fcbd6.zip |
arm64: compat: Hook up io_pgetevents() for 32-bit tasks
Commit 73aeb2cbcdc9 ("ARM: 8787/1: wire up io_pgetevents syscall")
hooked up the io_pgetevents() system call for 32-bit ARM, so we can
do the same for the compat wrapper on arm64.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/unistd.h')
-rw-r--r-- | arch/arm64/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/unistd.h b/arch/arm64/include/asm/unistd.h index 85d5c1026204..a7b1fc58ffdf 100644 --- a/arch/arm64/include/asm/unistd.h +++ b/arch/arm64/include/asm/unistd.h @@ -44,7 +44,7 @@ #define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE + 5) #define __ARM_NR_COMPAT_END (__ARM_NR_COMPAT_BASE + 0x800) -#define __NR_compat_syscalls 399 +#define __NR_compat_syscalls 400 #endif #define __ARCH_WANT_SYS_CLONE |