Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/topology.h>
#include <linux/nodemask.h>
#include <linux/percpu.h>
Go to the source code of this file.
Data Structures | |
struct | x86_cpu |
Macros | |
#define | cpu_physical_id(cpu) boot_cpu_physical_apicid |
#define | safe_smp_processor_id() 0 |
#define | stack_smp_processor_id() 0 |
Functions | |
DECLARE_PER_CPU (int, cpu_state) | |
int | mwait_usable (const struct cpuinfo_x86 *) |
#define cpu_physical_id | ( | cpu | ) | boot_cpu_physical_apicid |
DECLARE_PER_CPU | ( | int | , |
cpu_state | |||
) |