1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/runtime/linux
Russ Cox 9ad9742157 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
2011-02-25 14:29:55 -05:00
..
386 runtime: omit breakpoint during terminal panic 2011-02-23 15:42:13 -05:00
amd64 runtime: omit breakpoint during terminal panic 2011-02-23 15:42:13 -05:00
arm runtime: use kernel-supplied cas on linux/arm 2011-02-25 14:29:55 -05:00
defs1.c runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
defs2.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs_arm.c arm: fix signal handler 2010-10-26 01:32:36 +02:00
defs.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mem.c runtime: new allocation strategy for amd64 2011-02-09 14:38:33 -05:00
os.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
signals.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
thread.c runtime: fix signal stack bug 2011-02-24 13:46:44 -08:00