Re: [PATCH v2 15/21] of/fdt: move memreserve and dtb memory reservations into core

2014-05-01 Thread Catalin Marinas
On Tue, Apr 22, 2014 at 08:18:15PM -0500, Rob Herring wrote: > From: Rob Herring > > 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. > >

Re: [PATCH v2 15/21] of/fdt: move memreserve and dtb memory reservations into core

2014-05-01 Thread Catalin Marinas
On Tue, Apr 22, 2014 at 08:18:15PM -0500, Rob Herring wrote: From: Rob Herring r...@kernel.org 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

[PATCH v2 15/21] of/fdt: move memreserve and dtb memory reservations into core

2014-04-22 Thread Rob Herring
From: Rob Herring 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

[PATCH v2 15/21] of/fdt: move memreserve and dtb memory reservations into core

2014-04-22 Thread Rob Herring
From: Rob Herring r...@kernel.org 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,