Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838977f0 authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Catalin Marinas
Browse files

arm64: __NR_compat_syscalls fix



This fixes commit 6290b53d (arm64: compat: Wire up new AArch32 syscalls)
which did not update __NR_compat_syscalls accordingly.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
Cc: <stable@vger.kernel.org> # 3.14+
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent a798c10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ __SYSCALL(379, sys_finit_module)
__SYSCALL(380, sys_sched_setattr)
__SYSCALL(381, sys_sched_getattr)

#define __NR_compat_syscalls		379
#define __NR_compat_syscalls		382

/*
 * Compat syscall numbers used by the AArch64 kernel.