hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
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 };