Re: [Xen-devel] [PATCH v3 6/8] asm-arm/atomic.h: atomic_{inc, dec}_return: macros to inline functions

2016-07-14 Thread Stefano Stabellini
On Thu, 14 Jul 2016, Corneliu ZUZU wrote: > Turn atomic_inc_return and atomic_dec_return atomic.h macros to inline > functions. > > Signed-off-by: Corneliu ZUZU Reviewed-by: Stefano Stabellini > xen/include/asm-arm/atomic.h | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(

[Xen-devel] [PATCH v3 6/8] asm-arm/atomic.h: atomic_{inc, dec}_return: macros to inline functions

2016-07-14 Thread Corneliu ZUZU
Turn atomic_inc_return and atomic_dec_return atomic.h macros to inline functions. Signed-off-by: Corneliu ZUZU --- xen/include/asm-arm/atomic.h | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/xen/include/asm-arm/atomic.h b/xen/include/asm-arm/atomic.h index 78d