smp.h 126 B

12345678910
  1. #ifndef __ASM_SMP_H
  2. #define __ASM_SMP_H
  3. #include <linux/config.h>
  4. #ifdef CONFIG_SMP
  5. #error SMP not supported
  6. #endif
  7. #endif