runtime: convert Gosched to Go

LGTM=rlh, khr
R=golang-codereviews, rlh, bradfitz, khr
CC=golang-codereviews, rsc
https://golang.org/cl/127490043
diff --git a/src/pkg/runtime/stubs.go b/src/pkg/runtime/stubs.go
index a4ef9d3..39244ef 100644
--- a/src/pkg/runtime/stubs.go
+++ b/src/pkg/runtime/stubs.go
@@ -68,7 +68,8 @@
 	setFinalizer_m,
 	markallocated_m,
 	unrollgcprog_m,
-	unrollgcproginplace_m mFunction
+	unrollgcproginplace_m,
+	gosched_m mFunction
 )
 
 // memclr clears n bytes starting at ptr.