summaryrefslogtreecommitdiff
path: root/include/asm-sparc/smp_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/smp_64.h')
-rw-r--r--include/asm-sparc/smp_64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc/smp_64.h b/include/asm-sparc/smp_64.h
index 4cfe09c51f1f..57224dd37b3a 100644
--- a/include/asm-sparc/smp_64.h
+++ b/include/asm-sparc/smp_64.h
@@ -34,6 +34,9 @@ DECLARE_PER_CPU(cpumask_t, cpu_sibling_map);
extern cpumask_t cpu_core_map[NR_CPUS];
extern int sparc64_multi_core;
+extern void arch_send_call_function_single_ipi(int cpu);
+extern void arch_send_call_function_ipi(cpumask_t mask);
+
/*
* General functions that each host system must provide.
*/