6 #include "linux/bitops.h"
7 #include "asm/current.h"
8 #include "linux/cpumask.h"
10 #define raw_smp_processor_id() (current_thread->cpu)
12 #define cpu_logical_map(n) (n)
13 #define cpu_number_map(n) (n)
14 #define PROC_CHANGE_PENALTY 15 /* Pick a number, any number */
15 extern int hard_smp_processor_id(void);
21 static inline void smp_cpus_done(unsigned int maxcpus
)
25 extern struct task_struct
*idle_threads
[NR_CPUS
];
29 #define hard_smp_processor_id() 0