Re: [15/41] powerpc/64: Move MMU backend selection out of platform code

2016-07-21 Thread Michael Ellerman
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.kern

[PATCH 15/41] powerpc/64: Move MMU backend selection out of platform code

2016-07-04 Thread Benjamin Herrenschmidt
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 --- arch/powerpc/include/asm/ps3.h | 2 ++ arch/powerpc/kernel/prom.c | 7 +++ arch/powerpc/mm/h