Re: [PATCH v2] powerpc: Remove more traces of bootmem

2014-12-02 Thread Michael Ellerman
On Thu, 2014-11-20 at 13:33 +1100, Tony Breeds wrote: > On Thu, Nov 20, 2014 at 11:07:38AM +1100, Michael Ellerman wrote: > > --- a/arch/powerpc/lib/alloc.c > > +++ b/arch/powerpc/lib/alloc.c > > @@ -13,9 +13,7 @@ void * __init_refok zalloc_maybe_bootmem(size_t size, > > gfp_t mask) > > if (m

Re: [PATCH v2] powerpc: Remove more traces of bootmem

2014-11-19 Thread Tony Breeds
On Thu, Nov 20, 2014 at 11:07:38AM +1100, Michael Ellerman wrote: > Although we are now selecting NO_BOOTMEM, we still have some traces of > bootmem lying around. That is because even with NO_BOOTMEM there is > still a shim that converts bootmem calls into memblock calls, but > ultimately we want t

[PATCH v2] powerpc: Remove more traces of bootmem

2014-11-19 Thread Michael Ellerman
Although we are now selecting NO_BOOTMEM, we still have some traces of bootmem lying around. That is because even with NO_BOOTMEM there is still a shim that converts bootmem calls into memblock calls, but ultimately we want to remove all traces of bootmem. Most of the patch is conversions from all