提交 3528f84f 编写于 作者: N Noam Camus 提交者: Vineet Gupta

ARC: CONFIG_NODES_SHIFT fix default values

Seem like values assigned as absolute number and not and
shift value, i.e. should be 0 for one node (2^0) and 1 for
couple of nodes (2^1)
Signed-off-by: NNoam Camus <noamca@mellanox.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 bc0c7ece
...@@ -353,8 +353,8 @@ endchoice ...@@ -353,8 +353,8 @@ endchoice
config NODES_SHIFT config NODES_SHIFT
int "Maximum NUMA Nodes (as a power of 2)" int "Maximum NUMA Nodes (as a power of 2)"
default "1" if !DISCONTIGMEM default "0" if !DISCONTIGMEM
default "2" if DISCONTIGMEM default "1" if DISCONTIGMEM
depends on NEED_MULTIPLE_NODES depends on NEED_MULTIPLE_NODES
---help--- ---help---
Accessing memory beyond 1GB (with or w/o PAE) requires 2 memory Accessing memory beyond 1GB (with or w/o PAE) requires 2 memory
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册