]> Cypherpunks repositories - gostls13.git/commit
sync: use sync/atomic
authorRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:47 +0000 (14:29 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:47 +0000 (14:29 -0500)
commit12b7875bf2c534c7ec1659a733ec2d82a3f85076
treeafcbdb3c3dae6d79115f81ea2e1759228ba2b690
parent22eab1f5c78bb432b951426175b01c9bf97241f3
sync: use sync/atomic

Remove references to custom assembly routines.

R=r, r2
CC=golang-dev
https://golang.org/cl/4241043
src/pkg/sync/Makefile
src/pkg/sync/asm_386.s [deleted file]
src/pkg/sync/asm_amd64.s [deleted file]
src/pkg/sync/asm_arm5.s [deleted file]
src/pkg/sync/asm_arm6.s [deleted file]
src/pkg/sync/atomic/asm_linux_arm.s [new file with mode: 0644]
src/pkg/sync/cond_test.go
src/pkg/sync/mutex.go
src/pkg/sync/rwmutex.go
src/pkg/sync/rwmutex_test.go
src/pkg/sync/xadd_test.go [deleted file]