Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
smp-up.c File Reference
#include <linux/kernel.h>
#include <linux/sched.h>

Go to the source code of this file.

Variables

struct plat_smp_ops up_smp_ops
 

Variable Documentation

struct plat_smp_ops up_smp_ops
Initial value:
= {
.send_ipi_single = up_send_ipi_single,
.send_ipi_mask = up_send_ipi_mask,
.init_secondary = up_init_secondary,
.smp_finish = up_smp_finish,
.cpus_done = up_cpus_done,
.boot_secondary = up_boot_secondary,
.smp_setup = up_smp_setup,
.prepare_cpus = up_prepare_cpus,
}

Definition at line 71 of file smp-up.c.