This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-frv / smp.h
diff --git a/include/asm-frv/smp.h b/include/asm-frv/smp.h
new file mode 100644 (file)
index 0000000..5ca7716
--- /dev/null
@@ -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