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 3rrTv21HGNzDqyl for ; Fri, 15 Jul 2016 20:53:18 +1000 (AEST) In-Reply-To: <1467695057-12431-9-git-send-email-benh@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: [08/41] powerpc: Move epapr_paravirt_early_init() to early_init_devtree() Message-Id: <3rrTv13X12z9sDG@ozlabs.org> Date: Fri, 15 Jul 2016 20:53:17 +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:44 UTC, Benjamin Herrenschmidt wrote: > The function is called by both 32-bit and 64-bit early setup right > after early_init_devtree(). All it does is run yet another early > DT parser which is precisely what early_init_devtree() is about, > so move it in there. > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/da6a97bf12d57e341029b3624e cheers