arch: x86: Restrict direct IPI support

It has been discovered that direct IPI support does not work
correctly when CONFIG_X2APIC is enabled. Until that can be
fixed, restrict this feature on x86 to platforms that do not
enable CONFIG_X2APIC.

Fixes #87046

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2025-03-13 10:42:10 -07:00 committed by Benjamin Cabé
commit 0a7fde2afd

View file

@ -83,7 +83,7 @@ config X86_64
select X86_MMX
select X86_SSE
select X86_SSE2
select ARCH_HAS_DIRECTED_IPIS
select ARCH_HAS_DIRECTED_IPIS if !X2APIC
menu "x86 Features"