memblock: remove _virt from APIs returning virtual address
[linux-2.6-block.git] / arch / powerpc / platforms / ps3 / setup.c
index 77a37520068ded6cd49b4e5d60d0982ae69a5c38..12519857a33c5cb404c1952c332faafc6bfdca11 100644 (file)
@@ -126,7 +126,7 @@ static void __init prealloc(struct ps3_prealloc *p)
        if (!p->size)
                return;
 
-       p->address = memblock_virt_alloc(p->size, p->align);
+       p->address = memblock_alloc(p->size, p->align);
 
        printk(KERN_INFO "%s: %lu bytes at %p\n", p->name, p->size,
               p->address);