commit | 54e091d3b603a3332c619199ca83a07e95960da4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Sep 22 14:11:10 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:04 2008 +0200 |
tree | d0bfa1b0ba3703150b2a368abb861dafa9cd0bb8 | |
parent | 6250f0f6297c5ba9aecdea6290799a95c5d4b1da [diff] |
85xx: Export invalidate_{i,d}cache and add flush_dcache Added the ability for C code to invalidate the i/d-cache's and to flush the d-cache. This allows us to more efficient change mappings from cache-able to cache-inhibited. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>