|
Linux Kernel
3.7.1
|
#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) |
| #define NR_ARCH_NAMES ARRAY_SIZE(arch_names) |
| #define NR_CHIP_NAMES ARRAY_SIZE(chip_names) |
| #define NR_CPU_NAMES ARRAY_SIZE(cpu_names) |
| subsys_initcall | ( | topology_init | ) |
1.8.2