aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/smp.c
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-05-07 21:42:47 +0000
committerHelge Deller <deller@gmx.de>2013-05-07 23:44:04 +0200
commit0fc537d1d655cdae69b489dbba46ad617cfc1373 (patch)
treebc4d826346201de329257d010b74d258a1c35012 /arch/parisc/kernel/smp.c
parentparisc: more irq statistics in /proc/interrupts (diff)
downloadlinux-dev-0fc537d1d655cdae69b489dbba46ad617cfc1373.tar.xz
linux-dev-0fc537d1d655cdae69b489dbba46ad617cfc1373.zip
parisc: tlb flush counting fix for SMP and UP
Fix up build error on UP and show correctly number of function call (ipi) irqs. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to '')
-rw-r--r--arch/parisc/kernel/smp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c
index 218e20bff9d2..e3614fb343e5 100644
--- a/arch/parisc/kernel/smp.c
+++ b/arch/parisc/kernel/smp.c
@@ -264,17 +264,6 @@ void arch_send_call_function_single_ipi(int cpu)
}
/*
- * Flush all other CPU's tlb and then mine. Do this with on_each_cpu()
- * as we want to ensure all TLB's flushed before proceeding.
- */
-
-void
-smp_flush_tlb_all(void)
-{
- on_each_cpu(flush_tlb_all_local, NULL, 1);
-}
-
-/*
* Called by secondaries to update state and initialize CPU registers.
*/
static void __init