summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/tlbflush.h
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/include/asm/tlbflush.h
parentcd85d5514d5c4d7e78abac923fc032457d0c5091 (diff)
downloadop-kernel-dev-0fc537d1d655cdae69b489dbba46ad617cfc1373.zip
op-kernel-dev-0fc537d1d655cdae69b489dbba46ad617cfc1373.tar.gz
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 'arch/parisc/include/asm/tlbflush.h')
-rw-r--r--arch/parisc/include/asm/tlbflush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/tlbflush.h b/arch/parisc/include/asm/tlbflush.h
index 8f1a810..5273da9 100644
--- a/arch/parisc/include/asm/tlbflush.h
+++ b/arch/parisc/include/asm/tlbflush.h
@@ -22,6 +22,8 @@ extern spinlock_t pa_tlb_lock;
extern void flush_tlb_all(void);
extern void flush_tlb_all_local(void *);
+#define smp_flush_tlb_all() flush_tlb_all()
+
/*
* flush_tlb_mm()
*
OpenPOWER on IntegriCloud