50773c4457cf55a0c08ebcde480a0 parent b8a9b66fbee09d0cc71c272b5c1d1f3320afbbf0 author Russell King 1119267074 +0100 committer Russell King 1119267074 +0100 [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