xref: /linux/arch/um/include/asm/smp.h (revision 1f7e3dc0baaa41217dc06d3370e1efd1aecbc1f0)
1 #ifndef __UM_SMP_H
2 #define __UM_SMP_H
3 
4 #define hard_smp_processor_id()		0
5 
6 #endif
7