Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b5a8e736 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

[AVR32] Make dma_sync_*_for_cpu no-ops



I don't think the dma_sync_*_for_cpu ever did anything useful. We
flush the relevant cache lines when mapping the buffer or when calling
dma_sync_*_for_device(), and the CPU isn't allowed to touch the buffer
after that.

In other words, if these functions actually have anything to flush
from the caches, we're already in trouble.

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 0d2372e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment