memblock: Introduce default allocation limit and use it to replace explicit ones
[deliverable/linux.git] / arch / powerpc / mm / tlb_nohash.c
index d8695b02a96895fbad4c002224d0e4c25c316aa0..7ba32e762990cfb8d9f99333cc2d7f34ab0c21a6 100644 (file)
@@ -432,6 +432,8 @@ static void __early_init_mmu(int boot_cpu)
         * the MMU configuration
         */
        mb();
+
+       memblock_set_current_limit(linear_map_top);
 }
 
 void __init early_init_mmu(void)
This page took 0.029815 seconds and 5 git commands to generate.