hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/lib/lockref.c
....@@ -24,7 +24,6 @@
2424 } \
2525 if (!--retry) \
2626 break; \
27
- cpu_relax(); \
2827 } \
2928 } while (0)
3029