commit | 39e96c8835c36b6867b4e18698b06746972cdfcc | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier.adi@gmail.com> | Tue Nov 18 17:48:22 2008 +0800 |
committer | Bryan Wu <cooloney@kernel.org> | Tue Nov 18 17:48:22 2008 +0800 |
tree | b2913d1dad2492adba6413a820c80372fbb2b208 | |
parent | 4ee1c45337e7b529eed644c6f62399d797dcbc10 [diff] |
Blackfin arch: fix bug - dmacopy test case fail on all platform The cache code I added flushes 1 line too little if the start address is not aligned to the cache size. Cache align the start address so that when we straddle cache aligns, we get the right count. Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>