summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/cache.c
Commit message (Collapse)AuthorAgeLines
* arm926ejs: add noop implementation for dcache opsIlya Yanok2011-12-06-0/+75
Added noop implementation for dcache operations that will buzz about missing real implementation and disable the dcache. This fixes compilation of DaVinci EMAC driver on arm926ejs. Signed-off-by: Ilya Yanok <yanok@emcraft.com>