|
@@ -63,9 +63,8 @@ static void __init find_early_table_space(unsigned long end, int use_pse,
|
|
#ifdef CONFIG_X86_32
|
|
#ifdef CONFIG_X86_32
|
|
/* for fixmap */
|
|
/* for fixmap */
|
|
tables += roundup(__end_of_fixed_addresses * sizeof(pte_t), PAGE_SIZE);
|
|
tables += roundup(__end_of_fixed_addresses * sizeof(pte_t), PAGE_SIZE);
|
|
-
|
|
|
|
- good_end = max_pfn_mapped << PAGE_SHIFT;
|
|
|
|
#endif
|
|
#endif
|
|
|
|
+ good_end = max_pfn_mapped << PAGE_SHIFT;
|
|
|
|
|
|
base = memblock_find_in_range(start, good_end, tables, PAGE_SIZE);
|
|
base = memblock_find_in_range(start, good_end, tables, PAGE_SIZE);
|
|
if (base == MEMBLOCK_ERROR)
|
|
if (base == MEMBLOCK_ERROR)
|