diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-06-30 00:28:46 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-11-23 17:58:35 -0500 |
commit | 84f452b1e8fc73ac0e31254c66e3e2260ce5263d (patch) | |
tree | 8feffc74d51e6005e164f6e24befae3eec256378 /arch/arm/Kconfig | |
parent | 8e58caefd96c8ee249ab26a2fe00aab3785df9ea (diff) | |
download | linux-84f452b1e8fc73ac0e31254c66e3e2260ce5263d.tar.gz linux-84f452b1e8fc73ac0e31254c66e3e2260ce5263d.tar.bz2 linux-84f452b1e8fc73ac0e31254c66e3e2260ce5263d.zip |
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c1f1a7eee953..51411dbff402 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -62,6 +62,7 @@ config ARM select IRQ_FORCED_THREADING select KTIME_SCALAR select MODULES_USE_ELF_REL + select NO_BOOTMEM select OLD_SIGACTION select OLD_SIGSUSPEND3 select PERF_USE_VMALLOC |