locking/core, arch: Remove cpu_relax_lowlatency()
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / processor.h
index 908fa7c..5684e68 100644 (file)
@@ -405,7 +405,6 @@ static inline unsigned long __pack_fe01(unsigned int fpmode)
 #endif
 
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Check that a certain kernel stack pointer is valid in task_struct p */
 int validate_sp(unsigned long sp, struct task_struct *p,