* arch/x86/Kconfig: not select X86_MPPARSE when SFI is present
@ 2012-10-25 6:04 Bin Gao
2012-10-25 7:57 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Bin Gao @ 2012-10-25 6:04 UTC (permalink / raw)
To: x86, linux-kernel
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Len Brown, 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.gao@intel.com>
---
arch/x86/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 46c3bff..b1494bd 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -310,7 +310,7 @@ config X86_X2APIC
If you don't know what to do here, say N.
config X86_MPPARSE
- bool "Enable MPS table" if ACPI
+ bool "Enable MPS table" if ACPI || SFI
default y
depends on X86_LOCAL_APIC
---help---
--
1.7.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present
2012-10-25 6:04 arch/x86/Kconfig: not select X86_MPPARSE when SFI is present Bin Gao
@ 2012-10-25 7:57 ` Ingo Molnar
2012-10-25 16:29 ` Bin Gao
0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2012-10-25 7:57 UTC (permalink / raw)
To: Bin Gao
Cc: x86, linux-kernel, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
Len Brown
* Bin Gao <bin.gao@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.gao@intel.com>
> ---
> arch/x86/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 46c3bff..b1494bd 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -310,7 +310,7 @@ config X86_X2APIC
> If you don't know what to do here, say N.
>
> config X86_MPPARSE
> - bool "Enable MPS table" if ACPI
> + bool "Enable MPS table" if ACPI || SFI
> default y
> depends on X86_LOCAL_APIC
> ---help---
The changelog does not seem to match the patch. Did you want to
say:
" So this patch allows the configuration (turning off) of
CONFIG_X86_MPPARSE when either ACPI or SFI is present. "
?
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present
2012-10-25 7:57 ` Ingo Molnar
@ 2012-10-25 16:29 ` Bin Gao
0 siblings, 0 replies; 3+ messages in thread
From: Bin Gao @ 2012-10-25 16:29 UTC (permalink / raw)
To: Ingo Molnar
Cc: x86, linux-kernel, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
Len Brown
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.gao@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.gao@intel.com>
> > ---
> > arch/x86/Kconfig | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> > index 46c3bff..b1494bd 100644
> > --- a/arch/x86/Kconfig
> > +++ b/arch/x86/Kconfig
> > @@ -310,7 +310,7 @@ config X86_X2APIC
> > If you don't know what to do here, say N.
> >
> > config X86_MPPARSE
> > - bool "Enable MPS table" if ACPI
> > + bool "Enable MPS table" if ACPI || SFI
> > default y
> > depends on X86_LOCAL_APIC
> > ---help---
>
> The changelog does not seem to match the patch. Did you want to
> say:
>
> " So this patch allows the configuration (turning off) of
> CONFIG_X86_MPPARSE when either ACPI or SFI is present. "
>
> ?
>
> Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-26 9:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 6:04 arch/x86/Kconfig: not select X86_MPPARSE when SFI is present Bin Gao
2012-10-25 7:57 ` Ingo Molnar
2012-10-25 16:29 ` Bin Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).