The patch titled Dynamic kernel command-line: mips has been removed from the -mm tree. Its filename was dynamic-kernel-command-line-mips.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Dynamic kernel command-line: mips From: Alon Bar-Lev <alon.barlev@xxxxxxxxx> Rename saved_command_line into boot_command_line. Signed-off-by: Alon Bar-Lev <alon.barlev@xxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/mips/kernel/setup.c~dynamic-kernel-command-line-mips arch/mips/kernel/setup.c --- a/arch/mips/kernel/setup.c~dynamic-kernel-command-line-mips +++ a/arch/mips/kernel/setup.c @@ -452,7 +452,7 @@ static void __init arch_mem_init(char ** print_memory_map(); strlcpy(command_line, arcs_cmdline, sizeof(command_line)); - strlcpy(saved_command_line, command_line, COMMAND_LINE_SIZE); + strlcpy(boot_command_line, command_line, COMMAND_LINE_SIZE); *cmdline_p = command_line; _ Patches currently in -mm which might be from alon.barlev@xxxxxxxxx are origin.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