]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - mm/sparse-vmemmap.c
mm: nobootmem: remove bootmem allocation APIs
[linux.git] / mm / sparse-vmemmap.c
index 8301293331a27963b8a83bb190a6a7a905bcb74d..91c2c3d25827fe7b05b358553d556790481d506d 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);
 }