From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938857AbcIZVXU (ORCPT ); Mon, 26 Sep 2016 17:23:20 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:50239 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbcIZVXR (ORCPT ); Mon, 26 Sep 2016 17:23:17 -0400 Subject: Re: [PATCH] ARC: CONFIG_NODES_SHIFT fix default values To: Noam Camus References: <1474455108-13550-1-git-send-email-noamca@mellanox.com> CC: , Newsgroups: gmane.linux.kernel.arc,gmane.linux.kernel From: Vineet Gupta Message-ID: Date: Mon, 26 Sep 2016 14:23:04 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1474455108-13550-1-git-send-email-noamca@mellanox.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.9.131.247] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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