]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/dma-mapping.h
[POWERPC] Pointers marked as __iomem do not need to be volatile
[linux-2.6] / include / asm-powerpc / dma-mapping.h
index ff52013c0e2d79bf75202c8bc034d00f8287a92c..e974876e18d2c98c7239981c1c49b693a73b11a6 100644 (file)
@@ -87,6 +87,9 @@ static inline int dma_supported(struct device *dev, u64 mask)
        return dma_ops->dma_supported(dev, mask);
 }
 
+/* We have our own implementation of pci_set_dma_mask() */
+#define HAVE_ARCH_PCI_SET_DMA_MASK
+
 static inline int dma_set_mask(struct device *dev, u64 dma_mask)
 {
        struct dma_mapping_ops *dma_ops = get_dma_ops(dev);