[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)
commitc9c5023d83df5dc7d58830a63fd0e082120f00e3
tree7c0bc5cca357aae84e8bb6c0544da5b04ea6d77b
parent0c3bd83b0974238a5808d342663c6407512564d0
[MIPS] Fix buggy use of kmap_coherent.

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>
arch/mips/mm/c-r4k.c