summaryrefslogtreecommitdiff
path: root/src/runtime/internal/atomic/atomic_mips64x.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime/internal/atomic: rename Storep1 to StorepNoWBAustin Clements2016-04-131-1/+1
| | | | | | | | | | | | | | Make it clear that the point of this function stores a pointer *without* a write barrier. sed -i -e 's/Storep1/StorepNoWB/' $(git grep -l Storep1) Updates #15270. Change-Id: Ifad7e17815e51a738070655fe3b178afdadaecf6 Reviewed-on: https://go-review.googlesource.com/21994 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
* runtime/internal/atomic: added mips64 support.Yao Zhang2015-11-121-0/+56
Change-Id: I2eaf0658771a0ff788429e2f503d116531166315 Reviewed-on: https://go-review.googlesource.com/16834 Reviewed-by: Minux Ma <minux@golang.org>