aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7191b6eb16d8..97a95dfd1181 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1219,8 +1219,8 @@ config NUMA_EMU
1219 1219
1220config NODES_SHIFT 1220config NODES_SHIFT
1221 int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP 1221 int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP
1222 range 1 9 1222 range 1 10
1223 default "9" if MAXSMP 1223 default "10" if MAXSMP
1224 default "6" if X86_64 1224 default "6" if X86_64
1225 default "4" if X86_NUMAQ 1225 default "4" if X86_NUMAQ
1226 default "3" 1226 default "3"