From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:42 +0000 (-0700) Subject: Shared header file update; no impact on open-vm-tools. X-Git-Tag: stable-10.2.0~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64ae3e26c53a068239d4cfba6bccce8dc727dc40;p=thirdparty%2Fopen-vm-tools.git Shared header file update; no impact on open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 79ddd986a..e5132bc81 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -457,7 +457,7 @@ FLAG( 7, 0, EBX, 18, 1, RDSEED, YES, TRUE) \ FLAG( 7, 0, EBX, 19, 1, ADX, YES, TRUE) \ FLAG( 7, 0, EBX, 20, 1, SMAP, YES, FALSE) \ FLAG( 7, 0, EBX, 21, 1, AVX512IFMA, YES, TRUE) \ -FLAG( 7, 0, EBX, 22, 1, PCOMMIT, YES, TRUE) \ +FLAG( 7, 0, EBX, 22, 1, PCOMMIT, ANY, TRUE) \ FLAG( 7, 0, EBX, 23, 1, CLFLUSHOPT, YES, TRUE) \ FLAG( 7, 0, EBX, 24, 1, CLWB, YES, TRUE) \ FLAG( 7, 0, EBX, 25, 1, PT, NO, FALSE) \