Re: [14/41] powerpc/pmac: Remove early allocation of the SMU command buffer

2016-07-21 Thread Michael Ellerman
On Tue, 2016-05-07 at 05:03:50 UTC, Benjamin Herrenschmidt wrote: > The SMU command buffer needs to be allocated below 2G using memblock. > > In the past, this had to be done very early from the arch code as > memblock wasn't available past that point. That is no longer the > case though, smu_init

[PATCH 14/41] powerpc/pmac: Remove early allocation of the SMU command buffer

2016-07-04 Thread Benjamin Herrenschmidt
The SMU command buffer needs to be allocated below 2G using memblock. In the past, this had to be done very early from the arch code as memblock wasn't available past that point. That is no longer the case though, smu_init() is called from setup_arch() when memblock is still functional these days.