smp.h 100 B

123456789
  1. #ifndef __ASM_SMP_H
  2. #define __ASM_SMP_H
  3. #ifdef CONFIG_SMP
  4. #error SMP not supported
  5. #endif
  6. #endif