[MIPS] Remove redundant r4k_blast_icache() calls
commit49596fa1e2ba568ed4ce6e18015595b032cdf57e
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 22 Aug 2006 12:15:47 +0000 (22 21:15 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 00:14:48 +0000 (30 00:14 +0000)
tree54e37ca7506979f33ea803d0a8521fb4cddd8ca9
parentdf300391b4833167841465189f6ef32560f0282d
[MIPS] Remove redundant r4k_blast_icache() calls

r4k_flush_cache_all() and r4k_flush_cache_mm() case: these are noop if
the CPU did not have dc_aliases.  It would mean we do not need to care
about icache here.

r4k_flush_cache_range case: if r4k_flush_cache_mm() did not need to
care about icache, it would be same for this function.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-r4k.c