]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - lib/lockref.c
net: fix ndo_features_check/ndo_fix_features comment ordering
[mirror_ubuntu-zesty-kernel.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)