]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: FreeBSD/ARM support
authorShenghou Ma <minux.ma@gmail.com>
Wed, 17 Oct 2012 06:27:58 +0000 (14:27 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 17 Oct 2012 06:27:58 +0000 (14:27 +0800)
commitace9ff4578cb6d3077fbd2c7934b4ac063047145
tree135a32949db3abba48d190b1cda01c1cb5b91aa2
parentec1ef16cea9b9e9dd671fa30ff2d4546ec6c1dac
sync/atomic: FreeBSD/ARM support
only supports ARMv6K and newer ARM cores.

R=rsc, dave
CC=golang-dev
https://golang.org/cl/6601064
src/pkg/sync/atomic/64bit_arm.go [moved from src/pkg/sync/atomic/64bit_linux_arm.go with 100% similarity]
src/pkg/sync/atomic/asm_freebsd_arm.s [new file with mode: 0644]