From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297Ab1HDJwc (ORCPT ); Thu, 4 Aug 2011 05:52:32 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:59188 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532Ab1HDJwY (ORCPT ); Thu, 4 Aug 2011 05:52:24 -0400 Date: Thu, 4 Aug 2011 11:52:18 +0200 From: Tejun Heo To: benh@kernel.crashing.org, yinghai@kernel.org, hpa@zytor.com, tony.luck@intel.com, ralf@linux-mips.org, schwidefsky@de.ibm.com, liqin.chen@sunplusct.com, lethal@linux-sh.org, davem@davemloft.net, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Cc: mingo@redhat.com, sparclinux@vger.kernel.org Subject: Re: [PATCH 16/23] sparc: Use HAVE_MEMBLOCK_NODE_MAP Message-ID: <20110804095218.GB2731@htj.dyndns.org> References: <1311694534-5161-1-git-send-email-tj@kernel.org> <1311694534-5161-17-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1311694534-5161-17-git-send-email-tj@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 26, 2011 at 05:35:27PM +0200, Tejun Heo wrote: > sparc doesn't access early_node_map[] directly and enabling > HAVE_MEMBLOCK_NODE_MAP is trivial - replacing add_active_range() calls > with memblock_set_node() and selecting HAVE_MEMBLOCK_NODE_MAP is > enough. > > Signed-off-by: Tejun Heo > Cc: "David S. Miller" > Cc: sparclinux@vger.kernel.org David just confirmed this worked fine on sparc and was okay with this going through tip. Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 16/23] sparc: Use HAVE_MEMBLOCK_NODE_MAP Date: Thu, 4 Aug 2011 11:52:18 +0200 Message-ID: <20110804095218.GB2731@htj.dyndns.org> References: <1311694534-5161-1-git-send-email-tj@kernel.org> <1311694534-5161-17-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ew0-f46.google.com ([209.85.215.46]:59188 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532Ab1HDJwY (ORCPT ); Thu, 4 Aug 2011 05:52:24 -0400 Content-Disposition: inline In-Reply-To: <1311694534-5161-17-git-send-email-tj@kernel.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: benh@kernel.crashing.org, yinghai@kernel.org, hpa@zytor.com, tony.luck@intel.com, ralf@linux-mips.org, schwidefsky@de.ibm.com, liqin.chen@sunplusct.com, lethal@linux-sh.org, davem@dave Cc: mingo@redhat.com, sparclinux@vger.kernel.org On Tue, Jul 26, 2011 at 05:35:27PM +0200, Tejun Heo wrote: > sparc doesn't access early_node_map[] directly and enabling > HAVE_MEMBLOCK_NODE_MAP is trivial - replacing add_active_range() calls > with memblock_set_node() and selecting HAVE_MEMBLOCK_NODE_MAP is > enough. > > Signed-off-by: Tejun Heo > Cc: "David S. Miller" > Cc: sparclinux@vger.kernel.org David just confirmed this worked fine on sparc and was okay with this going through tip. Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Thu, 04 Aug 2011 09:52:18 +0000 Subject: Re: [PATCH 16/23] sparc: Use HAVE_MEMBLOCK_NODE_MAP Message-Id: <20110804095218.GB2731@htj.dyndns.org> List-Id: References: <1311694534-5161-1-git-send-email-tj@kernel.org> <1311694534-5161-17-git-send-email-tj@kernel.org> In-Reply-To: <1311694534-5161-17-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: benh@kernel.crashing.org, yinghai@kernel.org, hpa@zytor.com, tony.luck@intel.com, ralf@linux-mips.org, schwidefsky@de.ibm.com, liqin.chen@sunplusct.com, lethal@linux-sh.org, davem@dave Cc: mingo@redhat.com, sparclinux@vger.kernel.org On Tue, Jul 26, 2011 at 05:35:27PM +0200, Tejun Heo wrote: > sparc doesn't access early_node_map[] directly and enabling > HAVE_MEMBLOCK_NODE_MAP is trivial - replacing add_active_range() calls > with memblock_set_node() and selecting HAVE_MEMBLOCK_NODE_MAP is > enough. > > Signed-off-by: Tejun Heo > Cc: "David S. Miller" > Cc: sparclinux@vger.kernel.org David just confirmed this worked fine on sparc and was okay with this going through tip. Thanks. -- tejun