]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: convert g.waitreason from string to uint8"
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 13 Mar 2018 15:20:33 +0000 (15:20 +0000)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 13 Mar 2018 15:21:21 +0000 (15:21 +0000)
commit6cb064c9c44fcd07bced22d2952a4856e5febc3e
tree148501cfb3cbbf65fda30600ce80632365bfd452
parent911839c1f462260db0f001f8e017f10f688d2270
Revert "runtime: convert g.waitreason from string to uint8"

This reverts commit 4eea887fd477368653f6fcf8ad766030167936e5.

Reason for revert: broke s390x build

Change-Id: Id6c2b6a7319273c4d21f613d4cdd38b00d49f847
Reviewed-on: https://go-review.googlesource.com/100375
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
15 files changed:
src/runtime/chan.go
src/runtime/heapdump.go
src/runtime/mfinal.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/mgcsweep.go
src/runtime/netpoll.go
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/select.go
src/runtime/sema.go
src/runtime/sizeof_test.go
src/runtime/time.go
src/runtime/trace.go
src/runtime/traceback.go