summaryrefslogtreecommitdiffstats
path: root/lib/lockref.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lockref.c')
-rw-r--r--lib/lockref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lockref.c b/lib/lockref.c
index 5a92189ad711..c4bfcb8836cd 100644
--- a/lib/lockref.c
+++ b/lib/lockref.c
@@ -20,7 +20,7 @@
20 if (likely(old.lock_count == prev.lock_count)) { \ 20 if (likely(old.lock_count == prev.lock_count)) { \
21 SUCCESS; \ 21 SUCCESS; \
22 } \ 22 } \
23 cpu_relax_lowlatency(); \ 23 cpu_relax(); \
24 } \ 24 } \
25} while (0) 25} while (0)
26 26