]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mm: Remove bootmem code and switch to NO_BOOTMEM
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sun, 30 Jun 2013 04:28:46 +0000 (00:28 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Sat, 23 Nov 2013 22:58:35 +0000 (17:58 -0500)
commitd1708c89d717048602ed49ebdd5238fd29a55d8f
tree8feffc74d51e6005e164f6e24befae3eec256378
parent3d75841171c103814efea7a20dcf685a8790a051
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 <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/Kconfig
arch/arm/kernel/setup.c
arch/arm/mm/init.c