]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/common/dmabounce.c
Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-stream...
[net-next-2.6.git] / arch / arm / common / dmabounce.c
index 51499d68b1613dcde03da01d22a42ba918ff2d88..cc0a932bbea90780f659becc4ee7d93087ab61cf 100644 (file)
@@ -312,7 +312,7 @@ static inline void unmap_single(struct device *dev, dma_addr_t dma_addr,
                         * we need to ensure that the data will be coherent
                         * with user mappings.
                         */
-                       __cpuc_flush_kernel_dcache_area(ptr, size);
+                       __cpuc_flush_dcache_area(ptr, size);
                }
                free_safe_buffer(dev->archdata.dmabounce, buf);
        } else {