locking/core: Introduce cpu_relax_yield()
[linux-2.6-microblaze.git] / arch / sparc / include / asm / processor_64.h
index ce2595c..3e8fac7 100644 (file)
@@ -216,6 +216,7 @@ unsigned long get_wchan(struct task_struct *task);
                                     "nop\n\t"                          \
                                     ".previous"                        \
                                     ::: "memory")
+#define cpu_relax_yield() cpu_relax()
 #define cpu_relax_lowlatency() cpu_relax()
 
 /* Prefetch support.  This is tuned for UltraSPARC-III and later.