Go to the documentation of this file.
9 #ifndef _SPARC_CPUDATA_H
10 #define _SPARC_CPUDATA_H
19 unsigned int irq_resched_count;
20 unsigned int irq_call_count;
28 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu))
29 #define local_cpu_data() __get_cpu_var(__cpu_data)