From: John Wolfe Date: Mon, 20 Sep 2021 15:07:36 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f193b21e3d2be122a6ee9755a45536671cf4e9;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 b737354c6..65a80330b 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -541,7 +541,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, NO, 0 ) \ +FLAG( 7, 0, ECX, 5, 1, WAITPKG, YES, FUT ) \ FLAG( 7, 0, ECX, 6, 1, AVX512VBMI2, YES, 17 ) \ FLAG( 7, 0, ECX, 7, 1, CET_SS, NO, 0 ) \ FLAG( 7, 0, ECX, 8, 1, GFNI, YES, 17 ) \