forked from ~ljy/RK356X_SDK_RELEASE

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