memblock: Introduce default allocation limit and use it to replace explicit ones
[deliverable/linux.git] / arch / powerpc / mm / hash_utils_64.c
index a542ff5ec8a989ef80059f8866ba0601479aadb8..b05890e238134ff51fdfbf3e228b7b30c555791c 100644 (file)
@@ -696,7 +696,8 @@ static void __init htab_initialize(void)
 #endif /* CONFIG_U3_DART */
                BUG_ON(htab_bolt_mapping(base, base + size, __pa(base),
                                prot, mmu_linear_psize, mmu_kernel_ssize));
-       }
+       }
+       memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE);
 
        /*
         * If we have a memory_limit and we've allocated TCEs then we need to
This page took 0.029145 seconds and 5 git commands to generate.