From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3x0nQC39ywzDq66 for ; Sun, 2 Jul 2017 21:01:39 +1000 (AEST) In-Reply-To: <20170628013236.413-1-oohall@gmail.com> To: Oliver O'Halloran , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: linux-mm@kvack.org, Oliver O'Halloran Subject: Re: [v4,1/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig Message-Id: <3x0nQC2RLpz9sNx@ozlabs.org> Date: Sun, 2 Jul 2017 21:01:39 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-06-28 at 01:32:31 UTC, Oliver O'Halloran wrote: > Currently ZONE_DEVICE depends on X86_64 and this will get unwieldly as > new architectures (and platforms) get ZONE_DEVICE support. Move to an > arch selected Kconfig option to save us the trouble. > > Cc: linux-mm@kvack.org > Acked-by: Ingo Molnar > Acked-by: Balbir Singh > Signed-off-by: Oliver O'Halloran Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/65f7d049788763969180c72ef98dab cheers