diff options
author | Will Deacon <will.deacon@arm.com> | 2017-03-21 18:04:26 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-03-21 18:10:40 +0000 |
commit | 713cc9df6473f0cc8d699987d990482d432c0679 (patch) | |
tree | 6ad064d026023d764dfa84525059a1f5773ee80f /arch/arm64/include/asm/unistd.h | |
parent | fdfe4a393e9cd8c92f4489ca207d410f44d05043 (diff) | |
download | op-kernel-dev-713cc9df6473f0cc8d699987d990482d432c0679.zip op-kernel-dev-713cc9df6473f0cc8d699987d990482d432c0679.tar.gz |
arm64: compat: Update compat syscalls
Hook up three pkey syscalls (which we don't implement) and the new statx
syscall, as has been done for arch/arm/.
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 e78ac26..bdbeb06 100644 --- a/arch/arm64/include/asm/unistd.h +++ b/arch/arm64/include/asm/unistd.h @@ -44,7 +44,7 @@ #define __ARM_NR_compat_cacheflush (__ARM_NR_COMPAT_BASE+2) #define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE+5) -#define __NR_compat_syscalls 394 +#define __NR_compat_syscalls 398 #endif #define __ARCH_WANT_SYS_CLONE |