mm: move shmem prototypes to shmem_fs.h
[linux/fpc-iii.git] / arch / cris / include / asm / smp.h
blobc615a06dd757aa46ca2e35b4d141b1834fb4bbc2
1 #ifndef __ASM_SMP_H
2 #define __ASM_SMP_H
4 #include <linux/cpumask.h>
6 extern cpumask_t phys_cpu_present_map;
8 #define raw_smp_processor_id() (current_thread_info()->cpu)
10 #endif