From: Haavard Skinnemoen Date: Fri, 7 Sep 2007 15:00:25 +0000 (+0100) Subject: [AVR32] Make dma_sync_*_for_cpu no-ops X-Git-Tag: v2.6.24-rc1~1461^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a8e7362a0a5088ac080086d41cd98a54e0791b;p=pandora-kernel.git [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: Haavard Skinnemoen --- Reading git-diff-tree failed