Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
cpu.c File Reference
#include <linux/init.h>
#include <linux/device.h>
#include <linux/seq_file.h>
#include <linux/cpu.h>
#include <linux/module.h>
#include <linux/percpu.h>
#include <linux/param.h>
#include <linux/errno.h>
#include <linux/clk.h>
#include <asm/setup.h>
#include <asm/sysreg.h>

Go to the source code of this file.

Data Structures

struct  chip_id_map
 

Macros

#define NR_CHIP_NAMES   ARRAY_SIZE(chip_names)
 
#define NR_CPU_NAMES   ARRAY_SIZE(cpu_names)
 
#define NR_ARCH_NAMES   ARRAY_SIZE(arch_names)
 

Functions

 subsys_initcall (topology_init)
 
void __init setup_processor (void)
 

Macro Definition Documentation

#define NR_ARCH_NAMES   ARRAY_SIZE(arch_names)

Definition at line 224 of file cpu.c.

#define NR_CHIP_NAMES   ARRAY_SIZE(chip_names)

Definition at line 212 of file cpu.c.

#define NR_CPU_NAMES   ARRAY_SIZE(cpu_names)

Definition at line 218 of file cpu.c.

Function Documentation

void __init setup_processor ( void  )

Definition at line 251 of file cpu.c.

subsys_initcall ( topology_init  )