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:
parent
fc1a65d162
commit
0a7fde2afd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue