locking/core: Introduce cpu_relax_yield()
[linux-2.6-block.git] / arch / microblaze / include / asm / processor.h
index c38d0dd91134c4049d695931ccee3f4cb4dfd11c..fd7dd11c730af294c867a51a28abfdd1c3ed746e 100644 (file)
@@ -22,6 +22,7 @@
 extern const struct seq_operations cpuinfo_op;
 
 # define cpu_relax()           barrier()
+# define cpu_relax_yield() cpu_relax()
 # define cpu_relax_lowlatency()        cpu_relax()
 
 #define task_pt_regs(tsk) \