powerpc: Wire up /proc/vmallocinfo to our ioremap()
[deliverable/linux.git] / arch / powerpc / include / asm / machdep.h
index 6c34a0df82fd370edcbaa05f6036e7e81b495b79..0efdb1dfdc5f577ea336d4a96fd8dd246d703514 100644 (file)
@@ -90,7 +90,7 @@ struct machdep_calls {
        void            (*tce_flush)(struct iommu_table *tbl);
 
        void __iomem *  (*ioremap)(phys_addr_t addr, unsigned long size,
-                                  unsigned long flags);
+                                  unsigned long flags, void *caller);
        void            (*iounmap)(volatile void __iomem *token);
 
 #ifdef CONFIG_PM
This page took 0.023595 seconds and 5 git commands to generate.