arm64: __NR_compat_syscalls fix

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

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: <stable@vger.kernel.org> # 3.14+
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Git-commit: 838977f0178334bf3d7f3e974ea3154b68979be0
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
This commit is contained in:
Miklos Szeredi 2014-04-11 11:25:40 +01:00 committed by Joonwoo Park
parent af044cb460
commit 6a9d25b341
1 changed files with 1 additions and 1 deletions

View File

@ -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.