From: Oliver Kurth Date: Fri, 22 Nov 2019 22:52:35 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133c22738db8d6a3112f838ce99dbafd4f8ed28e;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 531e4c8c6..0a36ccc56 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -543,7 +543,7 @@ FLAG( 7, 0, ECX, 16, 1, VA57, NO, 0 ) \ FIELD( 7, 0, ECX, 17, 5, MAWA, NO, 0 ) \ FLAG( 7, 0, ECX, 22, 1, RDPID, YES, 17 ) \ FLAG( 7, 0, ECX, 25, 1, CLDEMOTE, NO, 0 ) \ -FLAG( 7, 0, ECX, 27, 1, MOVDIRI, NO, 0 ) \ +FLAG( 7, 0, ECX, 27, 1, MOVDIRI, YES, FUT ) \ FLAG( 7, 0, ECX, 28, 1, MOVDIR64B, NO, 0 ) \ FLAG( 7, 0, ECX, 29, 1, ENQCMD, NO, 0 ) \ FLAG( 7, 0, ECX, 30, 1, SGX_LC, ANY, 17 ) \