Blame view

kernel/linux-rt-4.4.41/arch/frv/include/asm/smp.h 100 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  #ifndef __ASM_SMP_H
  #define __ASM_SMP_H
  
  
  #ifdef CONFIG_SMP
  #error SMP not supported
  #endif
  
  #endif