The patch titled xtensa: fix number of mremap arguments has been added to the -mm tree. Its filename is xtensa-fix-number-of-mremap-arguments.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: xtensa: fix number of mremap arguments From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> mremap syscall takes 5 arguments. Fixed by Ralf Baechle. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/xtensa/kernel/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/xtensa/kernel/syscalls.h~xtensa-fix-number-of-mremap-arguments arch/xtensa/kernel/syscalls.h --- a/arch/xtensa/kernel/syscalls.h~xtensa-fix-number-of-mremap-arguments +++ a/arch/xtensa/kernel/syscalls.h @@ -191,7 +191,7 @@ SYSCALL(sys_sched_get_priority_max,1) SYSCALL(sys_sched_get_priority_min,1) SYSCALL(sys_sched_rr_get_interval,2) /* 165 */ SYSCALL(sys_nanosleep,2) -SYSCALL(sys_mremap,4) +SYSCALL(sys_mremap,5) SYSCALL(sys_accept, 3) SYSCALL(sys_bind, 3) SYSCALL(sys_connect, 3) /* 170 */ _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are origin.patch mips-fix-number-of-mremap-arguments.patch rtc-subsystem-add-capability-checks.patch add-select-gpio_vr41xx-for-tanbac_tb0229.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html