From: Katy Feng Date: Fri, 3 Feb 2023 17:41:08 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc98393dfefae36bb26c9018b9d6e2d149688ad;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 6605913d0..fd3348ef2 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -566,7 +566,7 @@ FLAG( 7, 0, ECX, 24, 1, BUS_LOCK_DB, NO, 0 ) \ FLAG( 7, 0, ECX, 25, 1, CLDEMOTE, YES, 18 ) \ FLAG( 7, 0, ECX, 27, 1, MOVDIRI, YES, 18 ) \ FLAG( 7, 0, ECX, 28, 1, MOVDIR64B, YES, 18 ) \ -FLAG( 7, 0, ECX, 29, 1, ENQCMD, NO, 0 ) \ +FLAG( 7, 0, ECX, 29, 1, ENQCMD, YES, FUT ) \ FLAG( 7, 0, ECX, 30, 1, SGX_LC, ANY, 17 ) \ FLAG( 7, 0, ECX, 31, 1, PKS, YES, 20 ) \ FLAG( 7, 0, EDX, 1, 1, SGK_KEYS, NO, 0 ) \