]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused xchgp/xchgp1
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 26 Aug 2015 22:59:43 +0000 (10:59 +1200)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Aug 2015 00:28:35 +0000 (00:28 +0000)
commitd497eeb00540cebe5fb875570a06cc0083e8016b
tree8c7310f14f2494dbe2e333a7c98a1b44185f11d7
parentb9e4867e8d78d36ce2dafb780cc1ae8c8a523434
runtime: remove unused xchgp/xchgp1

I noticed that they were unimplemented on arm64 but then that they were
in fact not used at all.

Change-Id: Iee579feda2a5e374fa571bcc8c89e4ef607d50f6
Reviewed-on: https://go-review.googlesource.com/13951
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_ppc64x.s
src/runtime/atomic_386.go
src/runtime/atomic_amd64x.go
src/runtime/atomic_arm.go
src/runtime/atomic_arm64.go
src/runtime/atomic_pointer.go
src/runtime/atomic_ppc64x.go