Re: [PATCH v3] x86: UV kdump reboot fix
From: Ingo Molnar
Date: Thu Mar 31 2011 - 11:58:10 EST
* Cliff Wickman <cpw@xxxxxxx> wrote:
> Diffed against 2.6.38-rc8 (current tip tree)
It does not apply here:
patching file arch/x86/kernel/apic/x2apic_uv_x.c
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 35 (offset 1 line).
Hunk #3 succeeded at 812 (offset 1 line).
1 out of 3 hunks FAILED -- rejects in file arch/x86/kernel/apic/x2apic_uv_x.c
But yeah, the patch looks good now.
One minor nit, please watch out for the proper capitalization of sentences:
> +
> + /*
> + * for a kdump kernel the reset must be BOOT_ACPI, not BOOT_EFI, as
> + * EFI is not enabled in the kdump kernel.
> + */
> + if (is_kdump_kernel())
> + reboot_type = BOOT_ACPI;
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/