locking/core, arch: Remove cpu_relax_lowlatency()
[linux-2.6-microblaze.git] / arch / microblaze / include / asm / processor.h
index fd7dd11..08ec1f7 100644 (file)
@@ -23,7 +23,6 @@ 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) \
                (((struct pt_regs *)(THREAD_SIZE + task_stack_page(tsk))) - 1)