mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 20:07:04 +07:00
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
This commit is contained in:
commit
dfdb3c4d18
@ -51,9 +51,11 @@ struct regmap_async {
|
||||
struct regmap {
|
||||
union {
|
||||
struct mutex mutex;
|
||||
spinlock_t spinlock;
|
||||
struct {
|
||||
spinlock_t spinlock;
|
||||
unsigned long spinlock_flags;
|
||||
};
|
||||
};
|
||||
unsigned long spinlock_flags;
|
||||
regmap_lock lock;
|
||||
regmap_unlock unlock;
|
||||
void *lock_arg; /* This is passed to lock/unlock functions */
|
||||
|
Loading…
Reference in New Issue
Block a user