diff options
author | Russell King | 2016-10-18 22:46:18 +0200 |
---|---|---|
committer | Russell King | 2016-10-19 11:18:47 +0200 |
commit | 6127d124ee4eb9c39983813cc9803f3654ab7e16 (patch) | |
tree | 6b9862f261b8555f94cdf5d583b77e428b6eeeca /arch/arm/include/asm | |
parent | ARM: fix oops when using older ARMv4T CPUs (diff) | |
download | kernel-qcow2-linux-6127d124ee4eb9c39983813cc9803f3654ab7e16.tar.gz kernel-qcow2-linux-6127d124ee4eb9c39983813cc9803f3654ab7e16.tar.xz kernel-qcow2-linux-6127d124ee4eb9c39983813cc9803f3654ab7e16.zip |
ARM: wire up new pkey syscalls
Wire up the new pkey syscalls for ARM.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 194b69923389..ada0d29a660f 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -19,7 +19,7 @@ * 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 (396) +#define __NR_syscalls (400) #define __ARCH_WANT_STAT64 #define __ARCH_WANT_SYS_GETHOSTNAME |