[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 0/7] <asm/atomic.h> adjustments
Corneliu ZUZU (7): 1/7: asm-arm/atomic.h: fix arm32|arm64 macros duplication Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Changed: * update README.LinuxPrimitives file 2/7: asm-x86/atomic.h: minor: proper atomic_inc_and_test() placement Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Changed: <nothing> 3/7: asm-arm/atomic.h: reorder macros to match x86-side Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Changed: <nothing> 4/7: asm/atomic.h: common prototyping (add xen/atomic.h) Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Changed: * update README.LinuxPrimitives file 5/7: xen/atomic.h: fix: make atomic_read() param const Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Changed: <nothing> 6/7: asm-arm/atomic.h: atomic_{inc,dec}_return: macros to inline functions Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Changed: * update README.LinuxPrimitives file 7/7: asm/atomic.h: implement missing and add common prototypes Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Changed: * add wrapper over arm-side __atomic_add_unless() instead of removing the leading underscores xen/arch/arm/README.LinuxPrimitives | 24 +++++ xen/include/asm-arm/arm32/atomic.h | 15 +-- xen/include/asm-arm/arm64/atomic.h | 15 +-- xen/include/asm-arm/atomic.h | 60 +++++++++-- xen/include/asm-x86/atomic.h | 151 +++++++------------------- xen/include/xen/atomic.h | 207 ++++++++++++++++++++++++++++++++++++ 6 files changed, 323 insertions(+), 149 deletions(-) create mode 100644 xen/include/xen/atomic.h -- 2.5.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |