aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/smp_64.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-18 02:44:50 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-18 02:44:50 -0400
commitd172ad18f9914f70c761a6cad470efc986d5e07e (patch)
treede393d1c2819fbf9f68539b3e29ff7424365f8f0 /include/asm-sparc/smp_64.h
parent4fe3ebec122f23a095cc1d17557c175caaa55ca1 (diff)
sparc64: Convert to generic helpers for IPI function calls.
Signed-off-by: David S. Miller <davem@davemloft.net>
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);
34extern cpumask_t cpu_core_map[NR_CPUS]; 34extern cpumask_t cpu_core_map[NR_CPUS];
35extern int sparc64_multi_core; 35extern int sparc64_multi_core;
36 36
37extern void arch_send_call_function_single_ipi(int cpu);
38extern void arch_send_call_function_ipi(cpumask_t mask);
39
37/* 40/*
38 * General functions that each host system must provide. 41 * General functions that each host system must provide.
39 */ 42 */