K 10 svn:author V 2 ed K 8 svn:date V 27 2013-06-15T08:15:22.238851Z K 7 svn:log V 368 Make support for atomics on ARM complete. Provide both __sync_*-style and __atomic_*-style functions that perform the atomic operations on ARMv5 by using Restartable Atomic Sequences. While there, clean up some pieces of code where it's sufficient to use regular uint32_t to store register contents and don't need full reg_t's. Also sync this back to the MIPS code. END