commit | 343e9f71483de0a54444a81b5f0270457a5e2124 | [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 | 41117caf63baaa7f09e03b0074a6d69bba693cdf [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>