diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 52e18e6d2ba0..8a07f417f5f4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -961,8 +961,8 @@ config NUMA_EMU | |||
961 | number of nodes. This is only useful for debugging. | 961 | number of nodes. This is only useful for debugging. |
962 | 962 | ||
963 | config NODES_SHIFT | 963 | config NODES_SHIFT |
964 | int "Max num nodes shift(1-15)" | 964 | int "Max num nodes shift(1-9)" |
965 | range 1 15 if X86_64 | 965 | range 1 9 if X86_64 |
966 | default "6" if X86_64 | 966 | default "6" if X86_64 |
967 | default "4" if X86_NUMAQ | 967 | default "4" if X86_NUMAQ |
968 | default "3" | 968 | default "3" |