--- zzzz-none-000/linux-3.10.107/arch/arm/include/asm/unistd.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/arm/include/asm/unistd.h 2021-02-04 17:41:59.000000000 +0000 @@ -15,8 +15,11 @@ #include -#define __NR_syscalls (380) -#define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) +/* + * 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 (392) #define __ARCH_WANT_STAT64 #define __ARCH_WANT_SYS_GETHOSTNAME