]> Cypherpunks repositories - gostls13.git/commit
undo CL 7310096 / 59da6744d66d
authorRuss Cox <rsc@golang.org>
Fri, 15 Feb 2013 22:54:46 +0000 (17:54 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 15 Feb 2013 22:54:46 +0000 (17:54 -0500)
commit60526ca6d105ee5cf79ede6b964de30ceea79fd3
treeb4f56cf8d9a59159b235cf160fab6d524d39b58b
parentc92d3552e5de31a5195aef5ff04979d61dcbf1a6
undo CL 7310096 / 59da6744d66d

broke windows build

««« original CL description
runtime: ensure forward progress of runtime.Gosched() for locked goroutines
The removed code leads to the situation when M executes the same locked G again and again.
Fixes #4820.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7310096
»»»

TBR=dvyukov
CC=golang-dev
https://golang.org/cl/7343050
src/pkg/runtime/proc.c
src/pkg/runtime/proc_test.go