linux-surface/arch/um/include/asm/smp.h
2017-08-10 09:25:24 -04:00

7 lines
82 B
C

#ifndef __UM_SMP_H
#define __UM_SMP_H
#define hard_smp_processor_id() 0
#endif