Skip to content
Commit 5abc100e authored by Russell King's avatar Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b8a9b66f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment