Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
platsmp.c File Reference
#include <linux/init.h>
#include <linux/smp.h>
#include <linux/io.h>
#include <asm/smp_scu.h>
#include <asm/hardware/gic.h>
#include "core.h"

Go to the source code of this file.

Functions

void secondary_startup (void)
 

Variables

struct smp_operations
highbank_smp_ops 
__initdata
 

Function Documentation

void secondary_startup ( void  )

Variable Documentation

Initial value:
= {
.smp_init_cpus = highbank_smp_init_cpus,
.smp_prepare_cpus = highbank_smp_prepare_cpus,
.smp_secondary_init = highbank_secondary_init,
.smp_boot_secondary = highbank_boot_secondary,
}

Definition at line 80 of file platsmp.c.