On 14.03.2024 08:20, Juergen Gross wrote: > Introduce a new type "rspinlock_t" to be used for recursive spinlocks. > > For now it is only an alias of spinlock_t, so both types can still be > used for recursive spinlocks. This will be changed later, though. > > Switch all recursive spinlocks to the new type. > > Define the initializer helpers and use them where appropriate. > > Signed-off-by: Juergen Gross <[email protected]> > Acked-by: Julien Grall <[email protected]>
Acked-by: Jan Beulich <[email protected]>
