diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-12 14:35:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:46 -0400 |
commit | cc61c1fede7d02cb8133ab0952ca3f3ba1f7fbb1 (patch) | |
tree | 9ad2708ba9ce5038dd6df888d1fc69de055c35fd /arch/mips/mm | |
parent | bbc7f22f6dca8a075b565ade49e9a982f89707c3 (diff) |
MIPS R2 instruction hazard handling.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index b90147399ea4..08d7229a0688 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -529,6 +529,7 @@ static void r4k_flush_icache_range(unsigned long __user start, | |||
529 | args.end = end; | 529 | args.end = end; |
530 | 530 | ||
531 | on_each_cpu(local_r4k_flush_icache_range, &args, 1, 1); | 531 | on_each_cpu(local_r4k_flush_icache_range, &args, 1, 1); |
532 | instruction_hazard(); | ||
532 | } | 533 | } |
533 | 534 | ||
534 | /* | 535 | /* |