Re: [PATCH] ARC: CONFIG_NODES_SHIFT fix default values

2016-09-26 Thread Vineet Gupta
On 09/21/2016 03:51 AM, Noam Camus wrote: > From: Noam Camus > > 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 Good catch ! Added to for-next. Thx, -Vineet __

[PATCH] ARC: CONFIG_NODES_SHIFT fix default values

2016-09-21 Thread Noam Camus
From: Noam Camus 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 --- arch/arc/Kconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/Kconfig