From: Oliver Kurth Date: Tue, 18 Dec 2018 21:19:44 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008fb2caba5b0bf9684274e23539c57825ce9f53;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 b89213297..2f4db1a4a 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -521,7 +521,7 @@ FLAG( 7, 0, ECX, 3, 1, PKU, YES, 13, TRUE) \ FLAG( 7, 0, ECX, 4, 1, OSPKE, ANY, 13, TRUE) \ FLAG( 7, 0, ECX, 5, 1, WAITPKG, NO, 0, TRUE) \ FLAG( 7, 0, ECX, 6, 1, AVX512VBMI2, YES, 17, TRUE) \ -FLAG( 7, 0, ECX, 8, 1, GFNI, NO, 0, TRUE) \ +FLAG( 7, 0, ECX, 8, 1, GFNI, YES, 17, TRUE) \ FLAG( 7, 0, ECX, 9, 1, VAES, YES, 17, TRUE) \ FLAG( 7, 0, ECX, 10, 1, VPCLMULQDQ, YES, 17, TRUE) \ FLAG( 7, 0, ECX, 11, 1, AVX512VNNI, YES, 17, TRUE) \