Re: [PATCH v5 07/13] xen/spinlock: add another function level

2024-03-18 Thread Jan Beulich
On 14.03.2024 08:20, Juergen Gross wrote: > Add another function level in spinlock.c hiding the spinlock_t layout > from the low level locking code. > > This is done in preparation of introducing rspinlock_t for recursive > locks without having to duplicate all of the locking code. > >

[PATCH v5 07/13] xen/spinlock: add another function level

2024-03-14 Thread Juergen Gross
Add another function level in spinlock.c hiding the spinlock_t layout from the low level locking code. This is done in preparation of introducing rspinlock_t for recursive locks without having to duplicate all of the locking code. Signed-off-by: Juergen Gross --- V2: - new patch V5: - don't