From: John Wolfe Date: Tue, 13 Sep 2022 17:31:15 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0cf2442fb9ec26be9528952e871c35019a1854;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 0153fcef7..28d8c97bd 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -546,7 +546,7 @@ FLAG( 7, 0, ECX, 1, 1, AVX512VBMI, YES, 17 ) \ FLAG( 7, 0, ECX, 2, 1, UMIP, YES, 17 ) \ FLAG( 7, 0, ECX, 3, 1, PKU, YES, 13 ) \ FLAG( 7, 0, ECX, 4, 1, OSPKE, ANY, 13 ) \ -FLAG( 7, 0, ECX, 5, 1, WAITPKG, YES, FUT ) \ +FLAG( 7, 0, ECX, 5, 1, WAITPKG, YES, 21 ) \ FLAG( 7, 0, ECX, 6, 1, AVX512VBMI2, YES, 17 ) \ FLAG( 7, 0, ECX, 7, 1, CET_SS, YES, 20 ) \ FLAG( 7, 0, ECX, 8, 1, GFNI, YES, 17 ) \