hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
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 };