commit | bc9ca5958d084222cdb233619dfc5046c81fb76d | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Fri Jun 10 19:26:37 2016 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Tue Jun 14 10:43:24 2016 +1000 |
tree | eff6cfa9bc61e29b41a1077cb445fb84e214415a | |
parent | 42bff4772ef96d901772240b10eda6d66ef771a1 [diff] |
macio: call dma_memory_unmap() at the end of each DMA transfer This ensures that the underlying memory is marked dirty once the transfer is complete and resolves cache coherency problems under MacOS 9. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>