Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.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