]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/swiotlb.c
Remove executable permission for dma.c
[linux-2.6-omap-h63xx.git] / lib / swiotlb.c
index 32e2bd3b11424ca7b0d7905930d3ea9b6adf14ff..2b0b5a7d2ced165b1e2b83e2df888c237349f23f 100644 (file)
@@ -549,7 +549,7 @@ swiotlb_alloc_coherent(struct device *hwdev, size_t size,
        dma_addr_t dev_addr;
        void *ret;
        int order = get_order(size);
-       u64 dma_mask = DMA_32BIT_MASK;
+       u64 dma_mask = DMA_BIT_MASK(32);
 
        if (hwdev && hwdev->coherent_dma_mask)
                dma_mask = hwdev->coherent_dma_mask;