From: Santosh Shilimkar Date: Sun, 30 Jun 2013 04:28:46 +0000 (-0400) Subject: ARM: mm: Remove bootmem code and switch to NO_BOOTMEM X-Git-Tag: v3.14-rc1~116^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f452b1e8fc73ac0e31254c66e3e2260ce5263d;p=pandora-kernel.git ARM: mm: Remove bootmem code and switch to NO_BOOTMEM Now with dma_mask series merged and max*pfn has consistent meaning on ARM as rest of the arch's thanks to RMK's mega series, lets switch ARM code to NO_BOOTMEM. With NO_BOOTMEM change, now we use memblock allocator to reserve space for crash kernel to have one less dependency with nobootmem allocator wrapper. Tested with both flat memory and sparse (faked) memory models with highmem enabled. Cc: Russell King Cc: Catalin Marinas Cc: Nicolas Pitre Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed