diff options
Diffstat (limited to 'arch/blackfin/include/asm/smp.h')
-rw-r--r-- | arch/blackfin/include/asm/smp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/smp.h b/arch/blackfin/include/asm/smp.h index af6c0aa79bae..dc3d144b4bb5 100644 --- a/arch/blackfin/include/asm/smp.h +++ b/arch/blackfin/include/asm/smp.h | |||
@@ -37,7 +37,7 @@ extern unsigned long dcache_invld_count[NR_CPUS]; | |||
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | void smp_icache_flush_range_others(unsigned long start, | 39 | void smp_icache_flush_range_others(unsigned long start, |
40 | unsigned long end); | 40 | unsigned long end); |
41 | #ifdef CONFIG_HOTPLUG_CPU | 41 | #ifdef CONFIG_HOTPLUG_CPU |
42 | void coreb_die(void); | 42 | void coreb_die(void); |
43 | void cpu_die(void); | 43 | void cpu_die(void); |
@@ -46,4 +46,7 @@ int __cpu_disable(void); | |||
46 | int __cpu_die(unsigned int cpu); | 46 | int __cpu_die(unsigned int cpu); |
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | void smp_timer_broadcast(const struct cpumask *mask); | ||
50 | |||
51 | |||
49 | #endif /* !__ASM_BLACKFIN_SMP_H */ | 52 | #endif /* !__ASM_BLACKFIN_SMP_H */ |