On Mon, Dec 21, 2015 at 11:01:01PM +0100, Arnd Bergmann wrote: > On Monday 21 December 2015, Laura Abbott wrote: > > ARM no longer uses bootmem, just memblock (see 84f452b1e8fc73ac0e31254c66e3e2260ce5263d > > ARM: mm: Remove bootmem code and switch to NO_BOOTMEM). Any bootmem calls > > just go to mm/nobootmem.c which is a wrapper around memblock for compatibility. > > It seems the same is true on arc, arm64, powerpc, s390, sparc, tile and x86, > and we'd ideally move all others the same way. Small detail - sparc64 uses memblock, whereas sparc32 uses bootmem. I know because I once tried to move sparc32 to use memblock, but ran out of time. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html