memblock: replace free_bootmem{_node} with memblock_free
[linux-2.6-microblaze.git] / mm / sparse-vmemmap.c
index 8301293..91c2c3d 100644 (file)
@@ -42,7 +42,7 @@ static void * __ref __earlyonly_bootmem_alloc(int node,
                                unsigned long align,
                                unsigned long goal)
 {
-       return memblock_virt_alloc_try_nid_raw(size, align, goal,
+       return memblock_alloc_try_nid_raw(size, align, goal,
                                               BOOTMEM_ALLOC_ACCESSIBLE, node);
 }