[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)
commit25969354a385f347b55aafb1040dfc21263fa7c3
tree1ba512ac5f4984260c32b02594e70fbefa6b9894
parentf1aaee53f2877a7afa55e8245c241ff60a86367d
[MIPS] Avoid interprocessor function calls.

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>
arch/mips/kernel/smp.c