Go to the documentation of this file.
4 #include <linux/bitops.h>
6 #include <asm/smp-ops.h>
12 #include <asm/current.h>
13 #include <asm/percpu.h>
15 #define raw_smp_processor_id() (current_thread_info()->cpu)
19 #define cpu_number_map(cpu) __cpu_number_map[cpu]
23 #define cpu_logical_map(cpu) __cpu_logical_map[cpu]
28 SMP_MSG_FUNCTION_SINGLE,
50 #ifdef CONFIG_HOTPLUG_CPU
51 void play_dead_common(
void);
74 #define hard_smp_processor_id() (0)