|
|
| File: [Development] / linux-2.6-xfs / include / asm-cris / smp.h (download)
Revision 1.2, Mon Aug 29 15:50:38 2005 UTC (12 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.13. Merge of 2.6.x-xfs-melb:linux:23660a by kenmcd. |
#ifndef __ASM_SMP_H #define __ASM_SMP_H #include <linux/cpumask.h> extern cpumask_t phys_cpu_present_map; #define cpu_possible_map phys_cpu_present_map #define __smp_processor_id() (current_thread_info()->cpu) #endif