clean up x86_64 (and x32) atomics for new atomics framework
authorRich Felker <dalias@aerifal.cx>
Fri, 22 Jan 2016 00:53:09 +0000 (00:53 +0000)
committerRich Felker <dalias@aerifal.cx>
Fri, 22 Jan 2016 00:53:09 +0000 (00:53 +0000)
commit16b55298dc4b6a54d287d7494e04542667ef8861
tree712da0cb78caf2ee41f70a381fe0511510662941
parente24984efd5c6ac5ea8e6cb6cd914fa8435d458bc
clean up x86_64 (and x32) atomics for new atomics framework

this commit mostly makes consistent things like spacing, function
ordering in atomic_arch.h, argument names, use of volatile, etc.
a_ctz_l was also removed from x86_64 since atomic.h provides it
automatically using a_ctz_64.
arch/x32/atomic_arch.h
arch/x86_64/atomic_arch.h