diff options
Diffstat (limited to 'arch/x86/Kconfig')
-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 400135148555..c3a4c03c0800 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -968,8 +968,8 @@ config NUMA_EMU | |||
968 | number of nodes. This is only useful for debugging. | 968 | number of nodes. This is only useful for debugging. |
969 | 969 | ||
970 | config NODES_SHIFT | 970 | config NODES_SHIFT |
971 | int "Max num nodes shift(1-15)" | 971 | int "Max num nodes shift(1-9)" |
972 | range 1 15 if X86_64 | 972 | range 1 9 if X86_64 |
973 | default "6" if X86_64 | 973 | default "6" if X86_64 |
974 | default "4" if X86_NUMAQ | 974 | default "4" if X86_NUMAQ |
975 | default "3" | 975 | default "3" |