Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | platform_init_cpus (void) |
void | platform_prepare_cpus (unsigned int max_cpus) |
int | platform_boot_secondary (unsigned int cpu, struct task_struct *idle) |
void | platform_secondary_init (unsigned int cpu) |
void | platform_request_ipi (int irq, void *handler) |
void | platform_send_ipi (cpumask_t callmap, int irq) |
void | platform_send_ipi_cpu (unsigned int cpu, int irq) |
void | platform_clear_ipi (unsigned int cpu, int irq) |
void | bfin_local_timer_setup (void) |
int platform_boot_secondary | ( | unsigned int | cpu, |
struct task_struct * | idle | ||
) |