locking/core: Remove cpu_relax_lowlatency() users
[linux-2.6-microblaze.git] / lib / lockref.c
index 5a92189..c4bfcb8 100644 (file)
@@ -20,7 +20,7 @@
                if (likely(old.lock_count == prev.lock_count)) {                \
                        SUCCESS;                                                \
                }                                                               \
-               cpu_relax_lowlatency();                                         \
+               cpu_relax();                                                    \
        }                                                                       \
 } while (0)