hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 };