memblock: remove _virt from APIs returning virtual address
[linux-2.6-block.git] / arch / arm64 / mm / numa.c
index c7fb34efd23e7b7ac743eea26dc39afbb555cb95..0bff116c07a881f9bba9bc55d2bb1681bbe7ea63 100644 (file)
@@ -168,7 +168,7 @@ static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size,
 {
        int nid = early_cpu_to_node(cpu);
 
-       return  memblock_virt_alloc_try_nid(size, align,
+       return  memblock_alloc_try_nid(size, align,
                        __pa(MAX_DMA_ADDRESS), MEMBLOCK_ALLOC_ACCESSIBLE, nid);
 }