public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/x86: Encourage rather than discourage x2apic support
@ 2021-03-31  5:16 Luke Dashjr
  2021-04-10  9:30 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Luke Dashjr @ 2021-03-31  5:16 UTC (permalink / raw)
  To: linux-kernel, trivial, x86, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov

Multi-core SMP doesn't work on modern Intel CPUs (at least Comet Lake) without
x2apic. Unsure users should say Y.
    
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
---
 arch/x86/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2792879d398ee..ddb42707bd069 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -446,9 +446,10 @@ config X86_X2APIC
          This enables x2apic support on CPUs that have this feature.
 
          This allows 32-bit apic IDs (so it can support very large systems),
-         and accesses the local apic via MSRs not via mmio.
+         and accesses the local apic via MSRs not via mmio. It is also needed
+         to use multiple cores on modern Intel CPUs.
 
-         If you don't know what to do here, say N.
+         If you don't know what to do here, say Y.
 
 config X86_MPPARSE
        bool "Enable MPS table" if ACPI
--
2.6.23

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arch/x86: Encourage rather than discourage x2apic support
  2021-03-31  5:16 [PATCH] arch/x86: Encourage rather than discourage x2apic support Luke Dashjr
@ 2021-04-10  9:30 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2021-04-10  9:30 UTC (permalink / raw)
  To: Luke Dashjr, linux-kernel, trivial, x86, Ingo Molnar,
	Borislav Petkov

On Wed, Mar 31 2021 at 05:16, Luke Dashjr wrote:

> Multi-core SMP doesn't work on modern Intel CPUs (at least Comet Lake) without
> x2apic. Unsure users should say Y.

I'd rather make it explicit by also adding

    default y
   
Thanks,

        tglx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-10  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-31  5:16 [PATCH] arch/x86: Encourage rather than discourage x2apic support Luke Dashjr
2021-04-10  9:30 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox