Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / asm-sh64 / processor.h
index eb2bee4..1bf252d 100644 (file)
@@ -22,7 +22,6 @@
 #include <asm/cache.h>
 #include <asm/registers.h>
 #include <linux/threads.h>
-#include <linux/compiler.h>
 
 /*
  * Default implementation of macro that returns current
@@ -280,7 +279,7 @@ extern unsigned long get_wchan(struct task_struct *p);
 #define KSTK_EIP(tsk)  ((tsk)->thread.pc)
 #define KSTK_ESP(tsk)  ((tsk)->thread.sp)
 
-#define cpu_relax()    barrier()
+#define cpu_relax()    do { } while (0)
 
 #endif /* __ASSEMBLY__ */
 #endif /* __ASM_SH64_PROCESSOR_H */