diff options
author | Jack Steiner <steiner@sgi.com> | 2008-03-21 09:34:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:21 -0400 |
commit | fa3f1f42b4efac84c459383218c20ab39e4df566 (patch) | |
tree | eca393592a83beb5eea13a5164747ed5df0c268f /arch/x86/Kconfig | |
parent | 8434e73d9ec2aeaa86389e362b960ffba5edd9c9 (diff) |
x86: allow NODES_SHIFT to be a config option on x86_64
Allow the maximum number of nodes in an x86_64 system to
be configurable. This patch does NOT change the default value
but allows the value to be a config option.
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 629923126653..e50e38e76d9f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -885,7 +885,7 @@ config NUMA_EMU | |||
885 | number of nodes. This is only useful for debugging. | 885 | number of nodes. This is only useful for debugging. |
886 | 886 | ||
887 | config NODES_SHIFT | 887 | config NODES_SHIFT |
888 | int | 888 | int "Max num nodes shift(1-15)" |
889 | range 1 15 if X86_64 | 889 | range 1 15 if X86_64 |
890 | default "6" if X86_64 | 890 | default "6" if X86_64 |
891 | default "4" if X86_NUMAQ | 891 | default "4" if X86_NUMAQ |