]> Cypherpunks repositories - gostls13.git/commit
runtime: delete hugepage tracking dead code
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 2 Oct 2023 15:42:15 +0000 (15:42 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 2 Oct 2023 18:32:49 +0000 (18:32 +0000)
commit765dfb00b2c5085e601158e0867803006ef59791
tree1d31f1bced59c049bbbb3ce9b55a438c3bbb540e
parent595deec3dda8e81d514389efdbb4ee2bc38dcabe
runtime: delete hugepage tracking dead code

After the previous CL, this is now all dead code. This change is
separated out to make the previous one easy to backport.

For #63334.
Related to #61718 and #59960.

Change-Id: I109673ed97c62c472bbe2717dfeeb5aa4fc883ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/532117
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/export_test.go
src/runtime/mgcscavenge.go