Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/atomics.txt: fix two typos | Laszlo Ersek | 2015-04-30 | 1 | -2/+2 |
| | | | | | | Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> | ||||
* | add a header file for atomic operations | Paolo Bonzini | 2013-07-04 | 1 | -0/+352 |
We're already using them in several places, but __sync builtins are just too ugly to type, and do not provide seqcst load/store operations. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |