Gopher Robot submitted this change.
runtime: remove pageAlloc.scav padding for atomic field alignment
CL 404096 makes atomic.Int64 8 bytes aligned everywhere.
Change-Id: I5a676f646260d6391bb071f9376cbdb1553e6e6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/424925
Auto-Submit: Cuong Manh Le <cuong.m...@gmail.com>
Reviewed-by: Joedian Reid <joe...@golang.org>
TryBot-Result: Gopher Robot <go...@golang.org>
Run-TryBot: Cuong Manh Le <cuong.m...@gmail.com>
Reviewed-by: Michael Knyszek <mkny...@google.com>
---
M src/runtime/mpagealloc.go
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/runtime/mpagealloc.go b/src/runtime/mpagealloc.go
index 5de25cf..bb30b4a 100644
--- a/src/runtime/mpagealloc.go
+++ b/src/runtime/mpagealloc.go
@@ -280,8 +280,6 @@
// Updated atomically.
released uintptr
- _ uint32 // Align assistTime for atomics on 32-bit platforms.
-
// scavengeAssistTime is the time spent scavenging in the last GC cycle.
//
// This is reset once a GC cycle ends.
To view, visit change 424925. To unsubscribe, or for help writing mail filters, visit settings.