Blame view

kernel/linux-rt-4.4.41/arch/um/include/asm/smp.h 82 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
  #ifndef __UM_SMP_H
  #define __UM_SMP_H
  
  #define hard_smp_processor_id()		0
  
  #endif