]> Cypherpunks repositories - gostls13.git/commit
runtime: two proc bug fixes
authorRuss Cox <rsc@golang.org>
Tue, 6 Apr 2010 20:48:31 +0000 (13:48 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 6 Apr 2010 20:48:31 +0000 (13:48 -0700)
commit88ce9ce40ca66f4886f3febbcbaaa77a6bf19977
treefb543b8e971f0463653a22632e7876537b5f8991
parent6c3befc824ce9980666aea5e3a2783a0e4872999
runtime: two proc bug fixes

1. Fix bug in GOMAXPROCS when trying to cut number of procs
Race could happen on any system but was
manifesting only on Xen hosted Linux.

2. Fix recover on ARM, where FP != caller SP.

R=r
CC=golang-dev
https://golang.org/cl/880043
src/pkg/runtime/proc.c
test/recover2.go