From: John Wolfe Date: Thu, 17 Feb 2022 22:51:25 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b79830eccb5fd8c7b85f07b8090c763e12783c;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 e09b1db52..0b7d71da4 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -141,7 +141,7 @@ typedef struct CPUIDQuery { CPUIDLEVEL(FALSE, 4, 0x4, 7, 0) \ CPUIDLEVEL(FALSE, 5, 0x5, 0, 0) \ CPUIDLEVEL(TRUE, 6, 0x6, 0, 0) \ - CPUIDLEVEL(TRUE, 7, 0x7, 2, 0) \ + CPUIDLEVEL(TRUE, 7, 0x7, 3, 0) \ CPUIDLEVEL(TRUE, 9, 0x9, 0, 17) \ CPUIDLEVEL(FALSE, A, 0xa, 0, 0) \ CPUIDLEVEL(FALSE, B, 0xb, 3, 0) \ @@ -598,7 +598,8 @@ FLAG( 7, 1, EAX, 10, 1, FAST_ZERO_MOVSB, YES, 20 ) \ FLAG( 7, 1, EAX, 11, 1, FAST_SHORT_STOSB, YES, 20 ) \ FLAG( 7, 1, EAX, 12, 1, FAST_SHORT_CMPSB_SCASB, YES, 20 ) \ FLAG( 7, 1, EAX, 22, 1, HRESET, NO, 0 ) \ -FLAG( 7, 1, EAX, 26, 1, LAM, NO, 0 ) +FLAG( 7, 1, EAX, 26, 1, LAM, NO, 0 ) \ +FLAG( 7, 2, EDX, 0, 1, PSFD, NO, 0 ) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, HWV */ #define CPUID_FIELD_DATA_LEVEL_9 \