commit | 9a1c819982e3e8a31e78d80bad0a377699f3479b | [log] [tgz] |
---|---|---|
author | Mitchel Humpherys <mitchelh@codeaurora.org> | Wed May 15 12:47:38 2013 -0700 |
committer | Mitchel Humpherys <mitchelh@codeaurora.org> | Wed May 15 14:02:11 2013 -0700 |
tree | 0a564871304d370f84ea2a67a91dbb6dc76ca0cb | |
parent | ef5bbbe3917f41dc3c4e23e16399b47fac22468e [diff] |
msm: ADSPRPC: Flush un-aligned buffers before remote invocation Output buffers that are not aligned on cache line boundaries need to be flushed before the remote invocation since the invalidate that happens later could result in a flush of an un-aligned buffer, overwriting the remote end results. Change-Id: I2e7b4c33ccd29413b0e5d2abe47cd069e08e8c80 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>