Skip to content

Commit 4468dd7

Browse files
Mel Gormantorvalds
authored andcommitted
x86: require x86-64 for automatic NUMA balancing
32-bit support for NUMA is an oddity on its own but with automatic NUMA balancing on top there is a reasonable risk that the CPUPID information cannot be stored in the page flags. This patch removes support for automatic NUMA support on 32-bit x86. Signed-off-by: Mel Gorman <[email protected]> Cc: David Vrabel <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Anvin <[email protected]> Cc: Fengguang Wu <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Steven Noonan <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Srikar Dronamraju <[email protected]> Cc: Cyrill Gorcunov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent ac13a82 commit 4468dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config X86
2626
select ARCH_MIGHT_HAVE_PC_SERIO
2727
select HAVE_AOUT if X86_32
2828
select HAVE_UNSTABLE_SCHED_CLOCK
29-
select ARCH_SUPPORTS_NUMA_BALANCING
29+
select ARCH_SUPPORTS_NUMA_BALANCING if X86_64
3030
select ARCH_SUPPORTS_INT128 if X86_64
3131
select ARCH_WANTS_PROT_NUMA_PROT_NONE
3232
select HAVE_IDE

0 commit comments

Comments
 (0)