summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/arm/atomic/atomic_inc_32.S
AgeCommit message (Expand)Author
2021-07-28Remove memory barriers from the atomic_ops(3) atomic operations. They'reskrll
2021-07-10s/ifdef _ARM_ARCH_6/if defined(_ARM_ARCH_6)/ for consistency. NFCI.skrll
2013-11-08Add support for the gcc __sync builtins.matt
2013-08-11Use foo{s} since it reduces the ifdefs for thumbmatt
2013-08-10Make these under Thumb2matt
2012-10-29_ARCH_ARM_6 -> _ARM_ARCH_6chs
2012-08-31Add dmb/dsb instructions as required by the armv7 arch man.matt
2008-08-16Add assembly versions of atomic ops with ldrex/strexmatt