]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/Kconfig: Correct X86_X2APIC help text
authorMateusz Jończyk <mat.jonczyk@o2.pl>
Sat, 22 Mar 2025 15:45:41 +0000 (16:45 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Mar 2025 07:17:49 +0000 (08:17 +0100)
commit99bb1bd810eaf37e15ef757a30a815e774a2445b
tree2796624e30e42079a302afb73236a3073da51f0b
parent2487b6b9bf2874cfca7efb59c95650c5b1d88d43
x86/Kconfig: Correct X86_X2APIC help text

Currently, it is not true that the kernel will panic with CONFIG_X86_X2APIC=n
on systems that require it; it will try to disable the APIC and run without
it to at least give the user a clear warning message. See the second
variant of check_x2apic() in arch/x86/kernel/apic/apic.c .

Also massage some other parts of the help text.

Fixes: 9232c49ff31c ("x86/Kconfig: Enable X86_X2APIC by default and improve help text")
Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250322154541.40325-1-mat.jonczyk@o2.pl
arch/x86/Kconfig