[MIPS] Avoid interprocessor function calls.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 22 Jun 2006 21:42:32 +0000 (22:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 20:25:56 +0000 (21:25 +0100)
On the 34K where multiple virtual processors are implemented in a single
core and share a single TLB, interprocessor function calls are not needed
to flush a cache, so avoid them.

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

No differences found