]> Cypherpunks repositories - gostls13.git/commit
runtime: use kernel-supplied cas on linux/arm
authorRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:55 +0000 (14:29 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:29:55 +0000 (14:29 -0500)
commit9ad9742157f8668c26879dce12bde94e3ad075ab
tree54a57005fa02e36e524a9ad63ea843642fcadeec
parent12b7875bf2c534c7ec1659a733ec2d82a3f85076
runtime: use kernel-supplied cas on linux/arm

Using the kernel-supplied compare-and-swap code
on linux/arm means that runtime doesn't have to care
whether this is GOARM=5 or GOARM=6 anymore.

Fixes #1494.

R=r, r2
CC=golang-dev
https://golang.org/cl/4245043
src/pkg/runtime/Makefile
src/pkg/runtime/arm/asm.s
src/pkg/runtime/arm/cas5.s [deleted file]
src/pkg/runtime/arm/cas6.s [deleted file]
src/pkg/runtime/linux/arm/sys.s