smp.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  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