[PATCH 1/5] powerpc: Remove bootmem allocator

Emil Medve Emilian.Medve at Freescale.com
Thu Oct 30 17:00:54 AEDT 2014


Hello Anton,


On 09/17/2014 07:15 AM, Anton Blanchard wrote:
> At the moment we transition from the memblock alloctor to the bootmem
> allocator. Gitting rid of the bootmem allocator removes a bunch of
> complicated code (most of which I owe the dubious honour of being
> responsible for writing).
> 
> Signed-off-by: Anton Blanchard <anton at samba.org>
> Tested-by: Emil Medve <Emilian.Medve at Freescale.com>
> ---
>  arch/powerpc/Kconfig             |   1 +
>  arch/powerpc/include/asm/setup.h |   3 +-
>  arch/powerpc/kernel/setup_32.c   |   5 +-
>  arch/powerpc/kernel/setup_64.c   |   3 +-
>  arch/powerpc/mm/init_32.c        |   9 --
>  arch/powerpc/mm/mem.c            |  62 +----------
>  arch/powerpc/mm/numa.c           | 224 ++++++---------------------------------
>  arch/powerpc/mm/pgtable_32.c     |   3 +-
>  arch/powerpc/mm/pgtable_64.c     |   6 +-
>  9 files changed, 43 insertions(+), 273 deletions(-)

Any idea on how to move these patches forward?


Cheers,


More information about the Linuxppc-dev mailing list