aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e0edaaa6920a..bf07b6f50fa1 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -966,8 +966,8 @@ config NUMA_EMU
966 number of nodes. This is only useful for debugging. 966 number of nodes. This is only useful for debugging.
967 967
968config NODES_SHIFT 968config NODES_SHIFT
969 int "Max num nodes shift(1-15)" 969 int "Max num nodes shift(1-9)"
970 range 1 15 if X86_64 970 range 1 9 if X86_64
971 default "6" if X86_64 971 default "6" if X86_64
972 default "4" if X86_NUMAQ 972 default "4" if X86_NUMAQ
973 default "3" 973 default "3"