]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc417b6d70f86616e1f5673de2c5edc1ce8d5be76
tree1ba512ac5f4984260c32b02594e70fbefa6b9894
parentfe70cbacda06914c796c36070226b8a67383aaf7
[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