diff options
author | Mateusz Jończyk <mat.jonczyk@o2.pl> | 2025-03-21 23:48:44 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-22 10:02:16 +0300 |
commit | 31be5041dca37a67c11042678c55804e964e5145 (patch) | |
tree | ba91a5623a8820a28010e94621cfbef040a4399c /tools/perf/scripts/python | |
parent | 9232c49ff31c40fa5cf72acf74c4aa251ed4811c (diff) | |
download | linux-31be5041dca37a67c11042678c55804e964e5145.tar.xz |
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:
6ea3038648da ("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: 6ea3038648da ("arch/x86: remove depends on CONFIG_EXPERIMENTAL")
Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl>
Signed-off-by: David Heideberg <david@ixit.cz>
Signed-off-by: Ingo 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
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions