diff --git a/lib/lockref.c b/lib/lockref.c
index 45e93ece8ba0d243971908a08afbaf04e374efdf..2afe4c5d8919102b99f2931dd51ed457a9aa89ca 100644
--- a/lib/lockref.c
+++ b/lib/lockref.c
@@ -23,7 +23,6 @@
 		}								\
 		if (!--retry)							\
 			break;							\
-		cpu_relax();							\
 	}									\
 } while (0)