summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kernel/smp.c')
-rw-r--r--arch/mips64/kernel/smp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips64/kernel/smp.c b/arch/mips64/kernel/smp.c
index 05931794d..d72e97904 100644
--- a/arch/mips64/kernel/smp.c
+++ b/arch/mips64/kernel/smp.c
@@ -85,3 +85,9 @@ smp_call_function (void (*func) (void *info), void *info, int retry, int wait)
/* XXX - kinda important ;-) */
panic("smp_call_function\n");
}
+
+void flush_tlb_others (unsigned long cpumask, struct mm_struct *mm,
+ unsigned long va)
+{
+ panic("flush_tlb_others\n");
+}