Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-26 Thread Bin Gao
Yes, your suggested descriptions more match the change. I'm sending a new patch for your review. Thanks. -Bin On Thu, Oct 25, 2012 at 09:57:52AM +0200, Ingo Molnar wrote: > > * Bin Gao wrote: > > > MPS tables are not needed for systems that have proper ACPI support. > > This is also true for

Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-26 Thread Bin Gao
Yes, your suggested descriptions more match the change. I'm sending a new patch for your review. Thanks. -Bin On Thu, Oct 25, 2012 at 09:57:52AM +0200, Ingo Molnar wrote: * Bin Gao bin@linux.intel.com wrote: MPS tables are not needed for systems that have proper ACPI support. This

Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Ingo Molnar
* Bin Gao wrote: > MPS tables are not needed for systems that have proper ACPI support. > This is also true for systems that have SFI in place. > > So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. > > Signed-off-by: Bin Gao > --- > arch/x86/Kconfig |2 +- > 1

arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Bin Gao
MPS tables are not needed for systems that have proper ACPI support. This is also true for systems that have SFI in place. So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. Signed-off-by: Bin Gao --- arch/x86/Kconfig |2 +- 1 files changed, 1 insertions(+), 1

arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Bin Gao
MPS tables are not needed for systems that have proper ACPI support. This is also true for systems that have SFI in place. So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. Signed-off-by: Bin Gao bin@intel.com --- arch/x86/Kconfig |2 +- 1 files changed, 1

Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Ingo Molnar
* Bin Gao bin@linux.intel.com wrote: MPS tables are not needed for systems that have proper ACPI support. This is also true for systems that have SFI in place. So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. Signed-off-by: Bin Gao bin@intel.com ---