From: Russell King Date: Mon, 20 Jun 2005 11:31:14 +0000 (+0100) Subject: [PATCH] ARM: Ensure DMA-bounced buffers are properly written to RAM X-Git-Tag: v2.6.13-rc1~68^2~583^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abc100e882a979f8f5be8184938305b3fb2df2b;p=pandora-kernel.git [PATCH] ARM: Ensure DMA-bounced buffers are properly written to RAM When DMA bounce buffers were unmapped and the data was memcpy'd to the original buffer, we were not ensuring that the data was written to RAM. This means that there was the potential for page cache pages to have different cache states depending whether they've been bounced or not. Signed-off-by: Russell King --- Reading git-diff-tree failed