The patch titled use-extended-crashkernel-command-line-on-ppc64 update has been removed from the -mm tree. Its filename was use-extended-crashkernel-command-line-on-ppc64-update.patch This patch was dropped because it was folded into use-extended-crashkernel-command-line-on-ppc64.patch ------------------------------------------------------ Subject: use-extended-crashkernel-command-line-on-ppc64 update From: Bernhard Walle <bwalle@xxxxxxx> This patch adapts the ppc64 code to use the generic parse_crashkernel() function introduced in the generic patch of that series. Signed-off-by: Bernhard Walle <bwalle@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/machine_kexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/kernel/machine_kexec.c~use-extended-crashkernel-command-line-on-ppc64-update arch/powerpc/kernel/machine_kexec.c --- a/arch/powerpc/kernel/machine_kexec.c~use-extended-crashkernel-command-line-on-ppc64-update +++ a/arch/powerpc/kernel/machine_kexec.c @@ -63,7 +63,7 @@ NORET_TYPE void machine_kexec(struct kim void __init reserve_crashkernel(void) { - unsigned long long crash_size = 0, crash_base; + unsigned long long crash_size, crash_base; int ret; /* this is necessary because of lmb_phys_mem_size() */ _ Patches currently in -mm which might be from bwalle@xxxxxxx are origin.patch extended-crashkernel-command-line.patch use-extended-crashkernel-command-line-on-i386.patch use-extended-crashkernel-command-line-on-x86_64.patch use-extended-crashkernel-command-line-on-ia64.patch use-extended-crashkernel-command-line-on-ppc64.patch use-extended-crashkernel-command-line-on-ppc64-update.patch use-extended-crashkernel-command-line-on-sh.patch use-extended-crashkernel-command-line-on-sh-update.patch add-documentation-for-extended-crashkernel-syntax.patch add-documentation-for-extended-crashkernel-syntax-add-extended-crashkernel-syntax-to-kernel-parameterstxt.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