blob: c615a06dd757aa46ca2e35b4d141b1834fb4bbc2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_SMP_H
2#define __ASM_SMP_H
3
Mikael Starvik8d20a542005-07-27 11:44:42 -07004#include <linux/cpumask.h>
5
6extern cpumask_t phys_cpu_present_map;
Mikael Starvik8d20a542005-07-27 11:44:42 -07007
Jesper Nilsson78759752008-01-21 15:15:09 +01008#define raw_smp_processor_id() (current_thread_info()->cpu)
Mikael Starvik8d20a542005-07-27 11:44:42 -07009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#endif