diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-08-06 18:05:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-08 10:35:03 +0900 |
commit | c7936b9abcf5e043e73f183a37e81787f6178dd0 (patch) | |
tree | 16e5992c94c81df722f8d7f8b3347885a8335622 /arch/sh/include/asm/smp.h | |
parent | 173a44dd1f406e9aa6fcf46c83b7c972d10ec930 (diff) | |
download | talos-op-linux-c7936b9abcf5e043e73f183a37e81787f6178dd0.tar.gz talos-op-linux-c7936b9abcf5e043e73f183a37e81787f6178dd0.zip |
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); int plat_smp_processor_id(void); void plat_start_cpu(unsigned int cpu, unsigned long entry_point); void plat_send_ipi(unsigned int cpu, unsigned int message); -int plat_register_ipi_handler(unsigned int message, - void (*handler)(void *), void *arg); extern void arch_send_call_function_single_ipi(int cpu); extern void arch_send_call_function_ipi(cpumask_t mask); |