Re: [PATCH v4 11/12] xen/spinlock: remove indirection through macros for spin_*() functions

2024-02-29 Thread Jan Beulich
On 12.12.2023 10:47, Juergen Gross wrote: > In reality all spin_*() functions are macros which are defined to just > call a related real function. > > Remove this macro layer, as it is adding complexity without any gain. > > Signed-off-by: Juergen Gross Acked-by: Jan Beulich with the same

[PATCH v4 11/12] xen/spinlock: remove indirection through macros for spin_*() functions

2023-12-12 Thread Juergen Gross
In reality all spin_*() functions are macros which are defined to just call a related real function. Remove this macro layer, as it is adding complexity without any gain. Signed-off-by: Juergen Gross --- V2: - new patch --- xen/common/spinlock.c | 28 +-