From: Sascha Hauer Date: Wed, 28 Jan 2009 23:03:09 +0000 (+0000) Subject: fec: replace flush_dcache_range with dma_sync_single X-Git-Tag: v2.6.30-rc1~662^2~853 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdc4f198193eb4956b8dbc00745270525c4cd6e;p=pandora-kernel.git fec: replace flush_dcache_range with dma_sync_single flush_dcache_range is not portable across architectures. Use dma_sync_single instead. Also, the memory must be synchronised in the receive path aswell. Signed-off-by: Sascha Hauer Acked-by: Greg Ungerer Signed-off-by: David S. Miller --- Reading git-diff-tree failed