locking/core: Introduce cpu_relax_yield()
[linux-2.6-microblaze.git] / arch / m68k / include / asm / processor.h
index c84a218..13e07ae 100644 (file)
@@ -156,6 +156,7 @@ unsigned long get_wchan(struct task_struct *p);
 #define task_pt_regs(tsk)      ((struct pt_regs *) ((tsk)->thread.esp0))
 
 #define cpu_relax()    barrier()
+#define cpu_relax_yield() cpu_relax()
 #define cpu_relax_lowlatency() cpu_relax()
 
 #endif