projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dbc96
)
x86: fix NODES_SHIFT Kconfig range
author
Thomas Gleixner
<
[email protected]
>
Tue, 1 Jul 2008 06:56:32 +0000
(08:56 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Tue, 1 Jul 2008 06:56:32 +0000
(08:56 +0200)
commit
4323838215184f5a2f081e0d17b8d60731b03164
x86: change size of node ids from u8 to s16
set the range for NODES_SHIFT to 1..15.
The possible range is 1..9
Fixes Bugzilla #10726
Reported-by: Dave Jones <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 52e18e6d2ba0aae955bf1624e8370e18229fb861..8a07f417f5f479ad01a7e8d03fc21e607a57c193 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-961,8
+961,8
@@
config NUMA_EMU
number of nodes. This is only useful for debugging.
config NODES_SHIFT
- int "Max num nodes shift(1-
15
)"
- range 1
15
if X86_64
+ int "Max num nodes shift(1-
9
)"
+ range 1
9
if X86_64
default "6" if X86_64
default "4" if X86_NUMAQ
default "3"