powerpc: Wire up /proc/vmallocinfo to our ioremap()
[deliverable/linux.git] / arch / powerpc / platforms / cell / io-workarounds.c
index 059cad6c3f694864901ce067d2409fc33ce6d6f8..5c1118e31940bf39d3a88926a16fc883c4f30d5f 100644 (file)
@@ -131,10 +131,10 @@ static const struct ppc_pci_io __devinitconst iowa_pci_io = {
 };
 
 static void __iomem *iowa_ioremap(phys_addr_t addr, unsigned long size,
-                                               unsigned long flags)
+                                 unsigned long flags, void *caller)
 {
        struct iowa_bus *bus;
-       void __iomem *res = __ioremap(addr, size, flags);
+       void __iomem *res = __ioremap_caller(addr, size, flags, caller);
        int busno;
 
        bus = iowa_pci_find(0, (unsigned long)addr);
This page took 0.02674 seconds and 5 git commands to generate.