Skip to content
Snippets Groups Projects
Commit 31be5041 authored by Mateusz Jończyk's avatar Mateusz Jończyk Committed by Ingo Molnar
Browse files

x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE


It appears that (X86_64 || X86_32) is always true on x86.

This logical OR directive was introduced in:

  6ea30386 ("arch/x86: remove depends on CONFIG_EXPERIMENTAL")

By (EXPERIMENTAL && X86_32) turning into (X86_32). Since
this change was an identity transformation, nobody noticed
that the condition turned into 'true'.

[ mingo: Updated changelog ]

Fixes: 6ea30386 ("arch/x86: remove depends on CONFIG_EXPERIMENTAL")
Signed-off-by: default avatarMateusz Jończyk <mat.jonczyk@o2.pl>
Signed-off-by: default avatarDavid Heideberg <david@ixit.cz>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250321-x86_x2apic-v3-2-b0cbaa6fa338@ixit.cz
parent 9232c49f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment