vfio: platform: check reset call return code during release
[linux/fpc-iii.git] / arch / blackfin / mach-bf561 / include / mach / smp.h
blob346c60589be6e3a0fd802ff8554c004bb24d982d
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 /* This header has to stand alone to avoid circular deps */
12 struct task_struct;
14 void platform_init_cpus(void);
16 void platform_prepare_cpus(unsigned int max_cpus);
18 int platform_boot_secondary(unsigned int cpu, struct task_struct *idle);
20 void platform_secondary_init(unsigned int cpu);
22 void platform_request_ipi(int irq, /*irq_handler_t*/ void *handler);
24 void platform_send_ipi(cpumask_t callmap, int irq);
26 void platform_send_ipi_cpu(unsigned int cpu, int irq);
28 void platform_clear_ipi(unsigned int cpu, int irq);
30 void bfin_local_timer_setup(void);
32 #endif /* !_MACH_BF561_SMP */