Re: [PATCH] arch/x86: Encourage rather than discourage x2apic support

2021-04-10 Thread Thomas Gleixner
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

[PATCH] arch/x86: Encourage rather than discourage x2apic support

2021-03-30 Thread Luke Dashjr
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 --- arch/x86/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index