]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/powerpc/kernel/pci_64.c
mm: remove __get_vm_area
[thirdparty/linux.git] / arch / powerpc / kernel / pci_64.c
index 2a976314f169fdb35479e2cc1b3c28fac0940057..d9ac980c398c81ac97579f8c7516b19591bdcf6a 100644 (file)
@@ -132,7 +132,8 @@ void __iomem *ioremap_phb(phys_addr_t paddr, unsigned long size)
         * address decoding but I'd rather not deal with those outside of the
         * reserved 64K legacy region.
         */
-       area = __get_vm_area(size, 0, PHB_IO_BASE, PHB_IO_END);
+       area = __get_vm_area_caller(size, 0, PHB_IO_BASE, PHB_IO_END,
+                                   __builtin_return_address(0));
        if (!area)
                return NULL;