|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/threads.h>#include <linux/kernel.h>#include <linux/cpumask.h>#include <linux/bitops.h>#include <linux/irqreturn.h>#include <asm/io.h>#include <asm/param.h>#include <asm/processor.h>#include <asm/ptrace.h>Go to the source code of this file.
Macros | |
| #define | hard_smp_processor_id() ia64_get_lid() |
| #define | cpu_logical_id(i) 0 |
| #define | cpu_physical_id(i) ia64_get_lid() |
1.8.2