From: David Brownell Date: Sun, 28 Jan 2007 20:56:42 +0000 (-0800) Subject: [AVR32] Fix incorrect invalidation of shared cachelines X-Git-Tag: v2.6.21-rc1~83^2~63^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212868d387d0033b7e0029326a900126fe5e3d52;p=pandora-kernel.git [AVR32] Fix incorrect invalidation of shared cachelines Fix bug in dma_map_single(..., DMA_FROM_DEVICE) caused by incorrect invalidation of shared cachelines at the beginning and/or end of the specified buffer. Those shared cachelines need to be flushed, since they may hold valid data (which must not be discarded). Signed-off-by: David Brownell Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed