]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: add s390x implementations of atomic functions
authorMichael Munday <munday@ca.ibm.com>
Mon, 21 Mar 2016 01:34:48 +0000 (21:34 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Apr 2016 15:30:14 +0000 (15:30 +0000)
commit7da42d75975044df37aa3aa2499623e2084a12df
tree10831ec45536b56bc1eff4a63d2472e6ed5ae12f
parent95a895df0c64b0cd1283c4cf7794d491427d765c
sync/atomic: add s390x implementations of atomic functions

Load and store instructions are atomic on s390x.

Change-Id: I33c641a75954f4fbd301b11a467cb57872038880
Reviewed-on: https://go-review.googlesource.com/20947
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/sync/atomic/asm_s390x.s [new file with mode: 0644]