From: Katy Feng Date: Mon, 24 Apr 2023 19:30:14 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5eb9f3ce90f3c9ac79673db7e21486fcc8b434d;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 9fdbeb8a6..e05033cca 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -616,7 +616,7 @@ FLAG( 7, 1, EDX, 5, 1, AVX_NE_CONVERT, NO, 0 ) \ FLAG( 7, 1, EDX, 14, 1, PREFETCHI, NO, 0 ) \ FLAG( 7, 1, EDX, 18, 1, CET_SSS, NO, 0 ) \ FLAG( 7, 2, EDX, 0, 1, PSFD, YES, 20 ) \ -FLAG( 7, 2, EDX, 1, 1, IPRED_CTRL, NO, 0 ) \ +FLAG( 7, 2, EDX, 1, 1, IPRED_CTRL, YES, 21 ) \ FLAG( 7, 2, EDX, 2, 1, RRSBA_CTRL, YES, 21 ) \ FLAG( 7, 2, EDX, 3, 1, DDPD_U, NO, 0 ) \ FLAG( 7, 2, EDX, 4, 1, BHI_CTRL, YES, 21 ) \