14 #include <linux/bitops.h>
15 #include <linux/linkage.h>
21 #include <asm/smp-ops.h>
26 #define raw_smp_processor_id() (current_thread_info()->cpu)
31 #define cpu_number_map(cpu) __cpu_number_map[cpu]
35 #define cpu_logical_map(cpu) __cpu_logical_map[cpu]
37 #define NO_PROC_ID (-1)
39 #define SMP_RESCHEDULE_YOURSELF 0x1
40 #define SMP_CALL_FUNCTION 0x2
42 #define SMP_ICACHE_FLUSH 0x4
60 #ifdef CONFIG_HOTPLUG_CPU
68 static inline void __cpu_die(
unsigned int cpu)