[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200905180941.06988.bjorn.helgaas@hp.com>
Date: Mon, 18 May 2009 09:41:05 -0600
From: Bjorn Helgaas <bjorn.helgaas@...com>
To: Yinghai Lu <yinghai@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-pci@...r.kernel.org
Subject: Re: [PATCH] x86: add X86_UPDATE_MPTABLE option
On Saturday 16 May 2009 10:44:59 am Yinghai Lu wrote:
> +config X86_UPDATE_MPTABLE
> + bool "Enable update mptable according to acpi" if ACPI
> + default n
> + depends on X86_MPPARSE && ACPI
Is this any use without CONFIG_KEXEC? Maybe it should depend on
KEXEC as well? Or maybe we don't need a new option at all, and
could just put this code under CONFIG_KEXEC directly.
> + ---help---
> + some systems do not have correct mptable. with "update_mptable" or
> + "alloc_mptable" kernel could try to update mptable according to DSDT.
> + Then could use kexec to start second kernel (even old) without acpi
> + support or "acpi=off"
Please use English conventions such as starting sentences with capital
letters and capitalizing thing like "ACPI."
Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists