diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-08-06 05:05:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-07 21:35:03 -0400 |
commit | c7936b9abcf5e043e73f183a37e81787f6178dd0 (patch) | |
tree | 16e5992c94c81df722f8d7f8b3347885a8335622 /arch/sh/include/asm/smp.h | |
parent | 173a44dd1f406e9aa6fcf46c83b7c972d10ec930 (diff) |
sh: smp: Hook in to the generic IPI handler for SH-X3 SMP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/smp.h')
-rw-r--r-- | arch/sh/include/asm/smp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/smp.h b/arch/sh/include/asm/smp.h index 1292c6d3c53e..5ebe0d09559e 100644 --- a/arch/sh/include/asm/smp.h +++ b/arch/sh/include/asm/smp.h | |||
@@ -32,8 +32,6 @@ void plat_prepare_cpus(unsigned int max_cpus); | |||
32 | int plat_smp_processor_id(void); | 32 | int plat_smp_processor_id(void); |
33 | void plat_start_cpu(unsigned int cpu, unsigned long entry_point); | 33 | void plat_start_cpu(unsigned int cpu, unsigned long entry_point); |
34 | void plat_send_ipi(unsigned int cpu, unsigned int message); | 34 | void plat_send_ipi(unsigned int cpu, unsigned int message); |
35 | int plat_register_ipi_handler(unsigned int message, | ||
36 | void (*handler)(void *), void *arg); | ||
37 | extern void arch_send_call_function_single_ipi(int cpu); | 35 | extern void arch_send_call_function_single_ipi(int cpu); |
38 | extern void arch_send_call_function_ipi(cpumask_t mask); | 36 | extern void arch_send_call_function_ipi(cpumask_t mask); |
39 | 37 | ||