diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mm/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 1609b022a72f..3d0e9aed4b40 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c | |||
@@ -335,6 +335,9 @@ void __init bootmem_init(void) | |||
335 | 335 | ||
336 | find_limits(&min, &max_low, &max_high); | 336 | find_limits(&min, &max_low, &max_high); |
337 | 337 | ||
338 | early_memtest((phys_addr_t)min << PAGE_SHIFT, | ||
339 | (phys_addr_t)max_low << PAGE_SHIFT); | ||
340 | |||
338 | /* | 341 | /* |
339 | * Sparsemem tries to allocate bootmem in memory_present(), | 342 | * Sparsemem tries to allocate bootmem in memory_present(), |
340 | * so must be done after the fixed reservations | 343 | * so must be done after the fixed reservations |