memblock: remove _virt from APIs returning virtual address
[linux-2.6-block.git] / arch / s390 / kernel / smp.c
index 1b3188f57b58f6dc1995f3cb9ae1134506450d27..44f9a7d6450ba4bc25218f7060873fb792a9244a 100644 (file)
@@ -761,7 +761,7 @@ void __init smp_detect_cpus(void)
        u16 address;
 
        /* Get CPU information */
-       info = memblock_virt_alloc(sizeof(*info), 8);
+       info = memblock_alloc(sizeof(*info), 8);
        smp_get_core_info(info, 1);
        /* Find boot CPU type */
        if (sclp.has_core_type) {