[MIPS] Fix buggy use of kmap_coherent.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 14 Jun 2008 21:22:08 +0000 (22:22 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 16 Jun 2008 14:14:48 +0000 (15:14 +0100)
Assuming the call of kmap_coherent in local_r4k_flush_cache_page doesn't
need fixing this was skipped in fcae549295bcae801ac48fc1c2030ab8cc487020.
Turns out it needed the same change after all.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found