commit | 05b75e48832fc4afeecf8e76d704349557dffa35 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Oct 06 03:35:44 2008 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Jan 28 13:26:12 2009 -0500 |
tree | 94fdae6bb39256105205cf8823f86b82e49aedd4 | |
parent | 68e5632494168095d75f120af70043b68afd2476 [diff] |
Blackfin: fix dcache handling when doing dma memcpy's Our dcache invalidate function doesn't just invalidate, it also flushes. So rename the function accordingly and fix the dma_memcpy() function so it doesn't inadvertently corrupt the data destination. Signed-off-by: Mike Frysinger <vapier@gentoo.org>