From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbcHLBnn (ORCPT ); Thu, 11 Aug 2016 21:43:43 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:36664 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbcHLBnl (ORCPT ); Thu, 11 Aug 2016 21:43:41 -0400 Subject: Re: [PATCH 2/4] powerpc/mm: create numa nodes for hotplug memory To: Reza Arbab , Rob Herring , Mark Rutland , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Jonathan Corbet , Bharata B Rao , Nathan Fontenot , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <1470680843-28702-1-git-send-email-arbab@linux.vnet.ibm.com> <1470680843-28702-3-git-send-email-arbab@linux.vnet.ibm.com> From: Balbir Singh Message-ID: <7ddeb774-1eb7-5529-912c-eb767b8623ce@gmail.com> Date: Fri, 12 Aug 2016 11:43:32 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1470680843-28702-3-git-send-email-arbab@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/08/16 04:27, Reza Arbab wrote: > When scanning the device tree to initialize the system NUMA topology, > process dt elements with compatible id "ibm,hotplug-aperture" to create > memoryless numa nodes. > > These nodes will be filled when hotplug occurs within the associated > address range. > > Signed-off-by: Reza Arbab > --- Looks good to me Acked-by: Balbir Singh