diff options
Diffstat (limited to 'include/asm-frv/smp.h')
-rw-r--r-- | include/asm-frv/smp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-frv/smp.h b/include/asm-frv/smp.h new file mode 100644 index 0000000..5ca7716 --- /dev/null +++ b/include/asm-frv/smp.h @@ -0,0 +1,10 @@ +#ifndef __ASM_SMP_H +#define __ASM_SMP_H + +#include <linux/config.h> + +#ifdef CONFIG_SMP +#error SMP not supported +#endif + +#endif |