commit | f67ae98352284d7ac1e03f3a872e33c68ea35a5b | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Fri Oct 17 17:48:53 2008 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 27 16:18:25 2008 +0000 |
tree | 35f9dce737b2f2855927d10506f605d1d568ab64 | |
parent | b517531ce53794f2a2eae1fff1d1216b9db4da9f [diff] |
MIPS: Don't unmap the memory for dma_sync*. We were getting away with this for so long only because the only platform with a non-empty plat_unmap_dma_mem() doesn't call dma_sync_sg_for_cpu() and dma_sync_sg_for_device() from its commonly used drivers. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>