commit | 9bf63bf3a8487fefde570c9e3ae5a164a0985ab0 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jan 21 17:20:20 2009 +0100 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Tue Jan 27 23:06:58 2009 +0900 |
tree | 6d77e7ec95dbaa15b0d1aa1aaf89f5f0c39f3932 | |
parent | f88c6804f76585474843f9727bfee5d2a2b1d0a4 [diff] |
MIPS: Add flush_dcache_range() and invalidate_dcache_range() This patch adds flush_/invalidate_dcache_range() to the MIPS architecture. Those functions are needed for the upcoming dcache support for the USB EHCI driver. I chose this API because those cache handling functions are already present in the PPC architecture. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>