From: Oliver Kurth Date: Thu, 29 Aug 2019 22:47:06 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d813a16b701cf9187809eaea3d3f30e1a8096c5;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 b08aa2301..2184d7384 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1065,7 +1065,7 @@ FIELD( 88, 0, EAX, 16, 8, GUEST_PHYS_ADDR_SZ, YES, 8 ) \ FLAG( 88, 0, EBX, 0, 1, CLZERO, YES, 14 ) \ FLAG( 88, 0, EBX, 1, 1, IRPERF, NO, 0 ) \ FLAG( 88, 0, EBX, 2, 1, XSAVE_ERR_PTR, NO, 0 ) \ -FLAG( 88, 0, EBX, 9, 1, WBNOINVD, YES, FUT ) \ +FLAG( 88, 0, EBX, 9, 1, WBNOINVD, YES, 17 ) \ FLAG( 88, 0, EBX, 12, 1, LEAF88_IBPB, ANY, 9 ) \ FLAG( 88, 0, EBX, 14, 1, LEAF88_IBRS, NO, 0 ) \ FLAG( 88, 0, EBX, 15, 1, LEAF88_STIBP, NO, 0 ) \