Re: [29/41] powerpc: Move 32-bit probe() machine to later in the boot process
From: Michael Ellerman <hidden>
Date: 2016-07-21 11:09:47
From: Michael Ellerman <hidden>
Date: 2016-07-21 11:09:47
On Tue, 2016-05-07 at 05:04:05 UTC, Benjamin Herrenschmidt wrote:
This converts all the 32-bit platforms to use the expanded device-tree which is a pretty mechanical change. Unlike 64-bit, the 32-bit kernel didn't rely on platform initializations to setup the MMU since it sets it up entirely before probe_machine() so the move has comparatively less consequences though it's a bigger patch. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/565713840445b7ccafb28dc123 cheers