]> Git Repo - linux.git/blobdiff - lib/lockref.c
drm/sti: remove deprecated legacy vtg slave
[linux.git] / lib / lockref.c
index 5a92189ad711af195f501fce9a3c5e2844ed11a1..c4bfcb8836cdd961761d08ec275616ac80a464b6 100644 (file)
@@ -20,7 +20,7 @@
                if (likely(old.lock_count == prev.lock_count)) {                \
                        SUCCESS;                                                \
                }                                                               \
-               cpu_relax_lowlatency();                                         \
+               cpu_relax();                                                    \
        }                                                                       \
 } while (0)
 
This page took 0.026806 seconds and 4 git commands to generate.