diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index eba2aed092..fe1147e247 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -555,6 +555,7 @@ type p struct { sysmontick sysmontick // last tick observed by sysmon m muintptr // back-link to associated m (nil if idle) mcache *mcache + pcache pageCache raceprocctx uintptr deferpool [5][]*_defer // pool of available defer structs of different sizes (see panic.go) @@ -611,7 +612,7 @@ type p struct { palloc persistentAlloc // per-P to avoid mutex - // _ uint32 // Alignment for atomic fields below + _ uint32 // Alignment for atomic fields below // Per-P GC state gcAssistTime int64 // Nanoseconds in assistAlloc |
