The patch titled mips: fix number of mremap arguments has been removed from the -mm tree. Its filename is mips-fix-number-of-mremap-arguments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mips: 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/mips/kernel/scall32-o32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/mips/kernel/scall32-o32.S~mips-fix-number-of-mremap-arguments arch/mips/kernel/scall32-o32.S --- a/arch/mips/kernel/scall32-o32.S~mips-fix-number-of-mremap-arguments +++ a/arch/mips/kernel/scall32-o32.S @@ -497,7 +497,7 @@ einval: li v0, -EINVAL sys sys_sched_get_priority_min 1 sys sys_sched_rr_get_interval 2 /* 4165 */ sys sys_nanosleep, 2 - sys sys_mremap, 4 + sys sys_mremap, 5 sys sys_accept 3 sys sys_bind 3 sys sys_connect 3 /* 4170 */ _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are origin.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