From: John Wolfe Date: Mon, 18 Oct 2021 14:31:44 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7d374ee335277a637ec99ada728df7545f2459;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 38893f4fd..8f805c438 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -512,7 +512,7 @@ FLAG( 7, 0, EBX, 0, 1, FSGSBASE, YES, 9 ) \ FLAG( 7, 0, EBX, 1, 1, TSC_ADJUST, ANY, 11 ) \ FLAG( 7, 0, EBX, 2, 1, SGX, ANY, 17 ) \ FLAG( 7, 0, EBX, 3, 1, BMI1, YES, 9 ) \ -FLAG( 7, 0, EBX, 4, 1, HLE, YES, 11 ) \ +FLAG( 7, 0, EBX, 4, 1, HLE, ANY, 11 ) \ FLAG( 7, 0, EBX, 5, 1, AVX2, YES, 11 ) \ FLAG( 7, 0, EBX, 6, 1, FDP_EXCPTN_ONLY, ANY, 4 ) \ FLAG( 7, 0, EBX, 7, 1, SMEP, YES, 9 ) \