forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/powerpc/include/asm/imc-pmu.h
....@@ -137,7 +137,7 @@
137137 * are inited.
138138 */
139139 struct imc_pmu_ref {
140
- struct mutex lock;
140
+ spinlock_t lock;
141141 unsigned int id;
142142 int refc;
143143 };