diff options
Diffstat (limited to 'arch/sh/include/asm/smp.h')
-rw-r--r-- | arch/sh/include/asm/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/asm/smp.h b/arch/sh/include/asm/smp.h index 9d22cda67c29..85b660c17eb0 100644 --- a/arch/sh/include/asm/smp.h +++ b/arch/sh/include/asm/smp.h | |||
@@ -33,6 +33,9 @@ enum { | |||
33 | void smp_message_recv(unsigned int msg); | 33 | void smp_message_recv(unsigned int msg); |
34 | void smp_timer_broadcast(cpumask_t mask); | 34 | void smp_timer_broadcast(cpumask_t mask); |
35 | 35 | ||
36 | void local_timer_interrupt(void); | ||
37 | void local_timer_setup(unsigned int cpu); | ||
38 | |||
36 | void plat_smp_setup(void); | 39 | void plat_smp_setup(void); |
37 | void plat_prepare_cpus(unsigned int max_cpus); | 40 | void plat_prepare_cpus(unsigned int max_cpus); |
38 | int plat_smp_processor_id(void); | 41 | int plat_smp_processor_id(void); |