commit | d784e4e4827dd86565a2a8382252b001f3c01334 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Tue Mar 25 21:30:06 2008 +0900 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Tue Mar 25 21:30:06 2008 +0900 |
tree | b051a88092123b0877caa5aa0e5641282c2b99be | |
parent | 5bb51af226f39596a3e23f4959f23bc0f47f2b54 [diff] |
[MIPS] Implement flush_cache() We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you don't need to do Hit_Invalidate_I, but flush_cache() needs it since this function is used not only in U-Boot specfic programs but also at loading target binaries. Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>