Skip to content

Commit

Permalink
arm64: __NR_compat_syscalls fix
Browse files Browse the repository at this point in the history
This fixes commit 6290b53 (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>
  • Loading branch information
Miklos Szeredi authored and Catalin Marinas committed Apr 22, 2014
1 parent a798c10 commit 838977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/include/asm/unistd32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 838977f

Please sign in to comment.