diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-28 01:18:12 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-28 01:18:12 +0000 |
commit | a41384306d0ab75f6b0ceac3d5e0047531e3ad4f (patch) | |
tree | d019e4466c09d970d368402ea4bf7f5d597fb0f2 /pkg/cpuid | |
parent | ab1c2bd3680ffe5ff4a614bc320a9b367f3fdc8d (diff) | |
parent | 964fb3ca768756fbc58d1d9312c53886964ae608 (diff) |
Merge release-20210720.0-39-g964fb3ca7 (automated)
Diffstat (limited to 'pkg/cpuid')
-rw-r--r-- | pkg/cpuid/cpuid_arm64_state_autogen.go | 1 | ||||
-rw-r--r-- | pkg/cpuid/cpuid_x86_state_autogen.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/cpuid/cpuid_arm64_state_autogen.go b/pkg/cpuid/cpuid_arm64_state_autogen.go index 50e317963..eb91e6d97 100644 --- a/pkg/cpuid/cpuid_arm64_state_autogen.go +++ b/pkg/cpuid/cpuid_arm64_state_autogen.go @@ -1,5 +1,6 @@ // automatically generated by stateify. +//go:build arm64 // +build arm64 package cpuid diff --git a/pkg/cpuid/cpuid_x86_state_autogen.go b/pkg/cpuid/cpuid_x86_state_autogen.go index 9962a29ae..ec639ae38 100644 --- a/pkg/cpuid/cpuid_x86_state_autogen.go +++ b/pkg/cpuid/cpuid_x86_state_autogen.go @@ -1,5 +1,6 @@ // automatically generated by stateify. +//go:build 386 || amd64 // +build 386 amd64 package cpuid |