On Tue, Apr 22, 2014 at 08:18:15PM -0500, Rob Herring wrote: > From: Rob Herring <robh@xxxxxxxxxx> > > Move the /memreserve/ processing and dtb memory reservations into > early_init_fdt_scan_reserved_mem. This converts arm, arm64, and powerpc > as they are the only users of early_init_fdt_scan_reserved_mem. > > memblock_reserve is safe to call on the same region twice, so the > reservation check for the dtb in powerpc 32-bit reservations is safe to > remove. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > Cc: Russell King <linux@xxxxxxxxxxxxxxxx> > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > Cc: Paul Mackerras <paulus@xxxxxxxxx> > --- > v2: No change > > arch/arm/include/asm/prom.h | 2 -- > arch/arm/kernel/devtree.c | 27 --------------------------- > arch/arm/mm/init.c | 1 - > arch/arm64/mm/init.c | 21 --------------------- > arch/powerpc/kernel/prom.c | 22 ---------------------- > drivers/of/fdt.c | 16 ++++++++++++++++ > 6 files changed, 16 insertions(+), 73 deletions(-) For arm64: Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html