commit | 9c72ad1c3af74b2484544d1de0bc4c645d2603fc | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Mon Jun 30 13:00:12 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Mon Jul 07 19:47:11 2014 -0400 |
tree | 61c1e279a2a2798d54f2ee455fff51a7c1f319cf | |
parent | bc69181467232b2cbfa8e15f977feaf278ff56ea [diff] |
blackfin: Add more dcache functions Add invalidate_dcache_range() and flush_dcache_range() for the blackfin architecture. Such functions already exist on this arch with different names, so just forward the call. This fixes the build of bf609-ezkit board as it uses drivers/net/designware.c which requires the above functions. Cc: Sonic Zhang <sonic.adi@gmail.com>, Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vasili Galka <vvv444@gmail.com>