]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/machdep.h
uninline arch_pick_mmap_layout()
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / machdep.h
index 989922621e353fdfea01149dbf6c075967261510..893aafd87fde2b20ce7eda9dee61f30b79c9ec91 100644 (file)
@@ -76,11 +76,12 @@ struct machdep_calls {
         * destroyed as well */
        void            (*hpte_clear_all)(void);
 
-       void            (*tce_build)(struct iommu_table * tbl,
+       int             (*tce_build)(struct iommu_table *tbl,
                                     long index,
                                     long npages,
                                     unsigned long uaddr,
-                                    enum dma_data_direction direction);
+                                    enum dma_data_direction direction,
+                                    struct dma_attrs *attrs);
        void            (*tce_free)(struct iommu_table *tbl,
                                    long index,
                                    long npages);