
26 Jan
2009
26 Jan
'09
1:28 p.m.
Stefan Roese wrote:
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
cpu/mips/cpu.c | 28 ++++++++++++++++++++++++++++ include/common.h | 2 ++ 2 files changed, 30 insertions(+), 0 deletions(-)
I'm not going to stop your work, applied.
Thanks,
Shinya