summaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorNoam Camus2016-09-21 12:51:48 +0200
committerVineet Gupta2016-09-30 23:48:24 +0200
commit3528f84f75d5d6aa4d5bb365162ac4f016f8a6fa (patch)
tree325841a9b0232817d9bd1c6fec829be8a08acd7f /arch/arc/Kconfig
parentARCv2: intc: Use kflag if STATUS32.IE must be reset (diff)
downloadkernel-qcow2-linux-3528f84f75d5d6aa4d5bb365162ac4f016f8a6fa.tar.gz
kernel-qcow2-linux-3528f84f75d5d6aa4d5bb365162ac4f016f8a6fa.tar.xz
kernel-qcow2-linux-3528f84f75d5d6aa4d5bb365162ac4f016f8a6fa.zip
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: Noam Camus <noamca@mellanox.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 073b3582544b..ecd12379e2cd 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -353,8 +353,8 @@ endchoice
config NODES_SHIFT
int "Maximum NUMA Nodes (as a power of 2)"
- default "1" if !DISCONTIGMEM
- default "2" if DISCONTIGMEM
+ default "0" if !DISCONTIGMEM
+ default "1" if DISCONTIGMEM
depends on NEED_MULTIPLE_NODES
---help---
Accessing memory beyond 1GB (with or w/o PAE) requires 2 memory