diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-10-26 20:09:43 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-26 20:09:43 +0000 |
commit | 246328eab4e1c92701d4d8ad72823a3ccfac1dbd (patch) | |
tree | 5b3de883366459774d1212d32eac5b46341761ce /pkg/cpuid | |
parent | 4af37628d1dcc1c00f873349eb21ee01c2615379 (diff) | |
parent | 722d7ca744db6aab442bc71bb50b64599c8fa522 (diff) |
Merge release-20211019.0-42-g722d7ca74 (automated)
Diffstat (limited to 'pkg/cpuid')
-rw-r--r-- | pkg/cpuid/cpuid_x86.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/cpuid/cpuid_x86.go b/pkg/cpuid/cpuid_x86.go index 8cbcc9f61..c236b942d 100644 --- a/pkg/cpuid/cpuid_x86.go +++ b/pkg/cpuid/cpuid_x86.go @@ -81,7 +81,7 @@ const ( X86FeatureAVX X86FeatureF16C X86FeatureRDRAND - _ // ecx bit 31 is reserved. + X86FeatureHypervisor ) // Block 1 constants are all of the "basic" feature bits returned by a cpuid in |