diff options
Diffstat (limited to 'arch/x86/mm/init_32.c')
-rw-r--r-- | arch/x86/mm/init_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index 80088f99419..2cde0a34bed 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
@@ -716,6 +716,7 @@ void __init paging_init(void) | |||
716 | * NOTE: at this point the bootmem allocator is fully available. | 716 | * NOTE: at this point the bootmem allocator is fully available. |
717 | */ | 717 | */ |
718 | olpc_dt_build_devicetree(); | 718 | olpc_dt_build_devicetree(); |
719 | sparse_memory_present_with_active_regions(MAX_NUMNODES); | ||
719 | sparse_init(); | 720 | sparse_init(); |
720 | zone_sizes_init(); | 721 | zone_sizes_init(); |
721 | } | 722 | } |