In message <[EMAIL PROTECTED]> you wrote:
> Cache operations have to take line address (addr), not start_addr.
> I noticed this bug when debugging ping failure.
>
> Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]>
> ---
>
> cpu/mips/cpu.c |4 ++--
> 1 files changed, 2 insertions(+), 2 d
Cache operations have to take line address (addr), not start_addr.
I noticed this bug when debugging ping failure.
Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]>
---
cpu/mips/cpu.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpu/mips/cpu.c b/cpu/mips/cpu.c