diff options
author | Helge Deller <deller@gmx.de> | 2013-05-07 21:42:47 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-27 10:38:41 -0700 |
commit | e6f14ceec1ce77775a83090f89eacc0176c42757 (patch) | |
tree | c75c7d858b31fb17ba095500daf87ae4427ce9e2 /arch/parisc/kernel/smp.c | |
parent | b12a2f1a77a764665fb2cc4322964f3010244b33 (diff) | |
download | lwn-e6f14ceec1ce77775a83090f89eacc0176c42757.tar.gz lwn-e6f14ceec1ce77775a83090f89eacc0176c42757.zip |
parisc: tlb flush counting fix for SMP and UP
commit 0fc537d1d655cdae69b489dbba46ad617cfc1373 upstream.
Fix up build error on UP and show correctly number of function call
(ipi) irqs.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/parisc/kernel/smp.c')
-rw-r--r-- | arch/parisc/kernel/smp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c index e907744e6264..677dedb7f8b7 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 |