diff options
| author | Cuong Manh Le <cuong.manhle.vn@gmail.com> | 2022-08-13 04:13:56 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-08-15 15:22:28 +0000 |
| commit | 8adc63b3eb21e8bbacd13335bcf8d6b3a9a507c4 (patch) | |
| tree | dc64cf731dbac1433d05fdb0b905aaea41f0d370 /src/runtime/runtime2.go | |
| parent | f1b1557cf3c9ca5e3def849656f79f39041d0055 (diff) | |
| download | go-8adc63b3eb21e8bbacd13335bcf8d6b3a9a507c4.tar.xz | |
Revert "runtime/trace: add missing events for the locked g in extra M."
This reverts commit ea9c3fd42d94182ce6f87104b68a51ea92f1a571.
Reason for revert: break linux/ricsv64, openbsd/arm, illumos/amd64 builders
Change-Id: I98479a8f63e76eed89a0e8846acf2c73e8441377
Reviewed-on: https://go-review.googlesource.com/c/go/+/423437
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index f95e11bec4..32ad34ccdf 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -546,7 +546,6 @@ type m struct { newSigstack bool // minit on C thread called sigaltstack printlock int8 incgo bool // m is executing a cgo call - isextra bool // m is an extra m freeWait uint32 // if == 0, safe to free g0 and delete m (atomic) fastrand uint64 needextram bool |
