hc
2024-11-01 7e970c18f85f99acc678d90128b6e01dce1bf273
kernel/drivers/base/regmap/internal.h
....@@ -50,7 +50,10 @@
5050 union {
5151 struct mutex mutex;
5252 struct {
53
- spinlock_t spinlock;
53
+ union {
54
+ spinlock_t spinlock;
55
+ hard_spinlock_t oob_lock;
56
+ };
5457 unsigned long spinlock_flags;
5558 };
5659 };