From: Rob Herring Date: Wed, 2 Apr 2014 03:46:48 +0000 (-0500) Subject: of/fdt: move memreserve and dtb memory reservations into core X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1552ce449eb0a8d2f0bd6599da3a8a3d7f77a84;p=pandora-kernel.git of/fdt: move memreserve and dtb memory reservations into core 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 Tested-by: Michal Simek Cc: Russell King Cc: Catalin Marinas Cc: Will Deacon Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Tested-by: Grant Likely Tested-by: Stephen Chivers --- Reading git-diff-tree failed