[PATCH 2/2] powerpc: Enable NO_BOOTMEM

2014-05-08 Thread Emil Medve
Currently bootmem is just a wrapper around/on top of memblock. This eliminates from the build/kernel image the bootmem code and the initialization wrapper code just as other ARHC(es) did: x86, arm, etc For now only cover !NUMA systems Signed-off-by: Emil Medve --- v2: Acknowledge that NUMA syst

[PATCH 2/2] powerpc: Enable NO_BOOTMEM

2014-04-01 Thread Emil Medve
Currently bootmem is just a wrapper around memblock. This gets rid of the wrapper code just as other ARHC(es) did: x86, arm, etc. Signed-off-by: Emil Medve --- arch/powerpc/Kconfig | 3 +++ arch/powerpc/mm/mem.c | 8 2 files changed, 11 insertions(+) diff --git a/arch/powerpc/Kconfig