Skip to content

Commit

Permalink
x86: allow NODES_SHIFT to be a config option on x86_64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jack Steiner authored and Ingo Molnar committed Apr 17, 2008
1 parent 8434e73 commit fa3f1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ config NUMA_EMU
number of nodes. This is only useful for debugging.

config NODES_SHIFT
int
int "Max num nodes shift(1-15)"
range 1 15 if X86_64
default "6" if X86_64
default "4" if X86_NUMAQ
Expand Down

0 comments on commit fa3f1f4

Please sign in to comment.