]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix inconsistancy of __NR_Linux_syscalls value
authorHuacai Chen <chenhc@lemote.com>
Sun, 25 May 2014 02:00:36 +0000 (10:00 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 25 May 2014 10:43:26 +0000 (12:43 +0200)
commit34b981be4c366c75f6c34e0f0c73195d57ebeaf0
treeb81ba5e0428c4793b540f8e4b23898c249be11df
parent3217e30be486d9d562ff0f370d56828af3e8dc4e
MIPS: Fix inconsistancy of __NR_Linux_syscalls value

Originally, __NR_O32_Linux_syscalls, __NR_N32_Linux_syscalls and
__NR_64_Linux_syscalls have the same values as __NR_Linux_syscalls in
corresponding ABIs. But after commit 831e5d86e5f63 (MIPS: Wire up
renameat2 syscall) they are not the same. I think this is incorrect and
need a fix.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: John Crispin <john@phrozen.org>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/6987/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/unistd.h