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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rw9z766lXzDqZf for ; Thu, 21 Jul 2016 21:09:39 +1000 (AEST) In-Reply-To: <1467695057-12431-16-git-send-email-benh@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: [15/41] powerpc/64: Move MMU backend selection out of platform code Message-Id: <3rw9z74pf8z9snm@ozlabs.org> Date: Thu, 21 Jul 2016 21:09:39 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-05-07 at 05:03:51 UTC, Benjamin Herrenschmidt wrote: > We move it into early_mmu_init() based on firmware features. For PS3, > we have to move the setting of these into early_init_devtree(). > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/166dd7d3fbf2df183926f0e4b4 cheers