Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
x86_cpuinit_ops Struct Reference

#include <x86_init.h>

Data Fields

void(* setup_percpu_clockev )(void)
 
void(* early_percpu_clock_init )(void)
 
void(* fixup_cpu_id )(struct cpuinfo_x86 *c, int node)
 

Detailed Description

struct x86_cpuinit_ops - platform specific cpu hotplug setups : set up the per cpu clock event device : early init of the per cpu clock event device

Definition at line 151 of file x86_init.h.

Field Documentation

void(* early_percpu_clock_init)(void)

Definition at line 153 of file x86_init.h.

void(* fixup_cpu_id)(struct cpuinfo_x86 *c, int node)

Definition at line 154 of file x86_init.h.

void(* setup_percpu_clockev)(void)

Definition at line 152 of file x86_init.h.


The documentation for this struct was generated from the following file: