diff options
Diffstat (limited to 'arch/x86/mm/numa_32.c')
-rw-r--r-- | arch/x86/mm/numa_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/numa_32.c b/arch/x86/mm/numa_32.c index e0d9716ab38..f847fa1e02d 100644 --- a/arch/x86/mm/numa_32.c +++ b/arch/x86/mm/numa_32.c | |||
@@ -119,7 +119,6 @@ int __init get_memcfg_numa_flat(void) | |||
119 | node_start_pfn[0] = 0; | 119 | node_start_pfn[0] = 0; |
120 | node_end_pfn[0] = max_pfn; | 120 | node_end_pfn[0] = max_pfn; |
121 | memblock_x86_register_active_regions(0, 0, max_pfn); | 121 | memblock_x86_register_active_regions(0, 0, max_pfn); |
122 | memory_present(0, 0, max_pfn); | ||
123 | 122 | ||
124 | /* Indicate there is one node available. */ | 123 | /* Indicate there is one node available. */ |
125 | nodes_clear(node_online_map); | 124 | nodes_clear(node_online_map); |