Go to the documentation of this file.
6 #include <linux/bitops.h>
12 __hard_smp_processor_id(
void)
14 register unsigned char __r0
__asm__(
"$0");
19 :
"$1",
"$22",
"$23",
"$24",
"$25");
27 struct cpuinfo_alpha {
32 unsigned long ipi_count;
33 unsigned long prof_multiplier;
34 unsigned long prof_counter;
42 #define hard_smp_processor_id() __hard_smp_processor_id()
43 #define raw_smp_processor_id() (current_thread_info()->cpu)
52 #define hard_smp_processor_id() 0
53 #define smp_call_function_on_cpu(func,info,wait,cpu) ({ 0; })
57 #define NO_PROC_ID (-1)