From: Benjamin Herrenschmidt Date: Sun, 30 Nov 2008 18:53:40 +0000 (+0000) Subject: powerpc: Fix dma_map_sg() cache flushing on non coherent platforms X-Git-Tag: v2.6.28-rc8~66^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2434bbb30e79468c49cff3cff6005236f55ed188;p=pandora-kernel.git powerpc: Fix dma_map_sg() cache flushing on non coherent platforms On PowerPC 4xx or other non cache-coherent platforms, we lost the appropriate cache flushing in dma_map_sg() when merging the 32 and 64-bit DMA code (commit 4fc665b88a79a45bae8bbf3a05563c27c7337c3d, "powerpc: Merge 32 and 64-bit dma code"). This restores it. Signed-off-by: Benjamin Herrenschmidt Acked-by: Becky Bruce Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed