hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 };