GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / blackfin / mach-bf561 / include / mach / smp.h
blob2c8c514dd38649945d48890570c31699e3cf1b0f
1 /*
2 * Copyright 2007-2008 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _MACH_BF561_SMP
8 #define _MACH_BF561_SMP
10 struct task_struct;
12 void platform_init_cpus(void);
14 void platform_prepare_cpus(unsigned int max_cpus);
16 int platform_boot_secondary(unsigned int cpu, struct task_struct *idle);
18 void platform_secondary_init(unsigned int cpu);
20 void platform_request_ipi(int (*handler)(int, void *));
22 void platform_send_ipi(cpumask_t callmap);
24 void platform_send_ipi_cpu(unsigned int cpu);
26 void platform_clear_ipi(unsigned int cpu);
28 void bfin_local_timer_setup(void);
30 #endif /* !_MACH_BF561_SMP */