From: Kruti Date: Mon, 15 Jul 2024 09:56:37 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9d798ac82e84bfdf2bb9101c689338cbfb6dfe;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 d166f82d0..fd5beecc4 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1491,6 +1491,8 @@ FLAG( 821, 0, EAX, 11, 1, AMD_FAST_SHORT_CMPSB, YES, 20 ) \ FLAG( 821, 0, EAX, 13, 1, PREFETCHCTL_MSR, NO, 0 ) \ FLAG( 821, 0, EAX, 17, 1, CPL3_CPUID_GP, NO, 0 ) \ FLAG( 821, 0, EAX, 18, 1, EPSF, NO, 0 ) \ +FLAG( 821, 0, EAX, 19, 1, FAST_REP_SCASB, YES, 22 ) \ +FLAG( 821, 0, EAX, 20, 1, LEAF821_PREFETCHI, YES, 22 ) \ FIELD(821, 0, EBX, 0, 12, MICROCODE_PATCH_SIZE, NO, 0 ) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, HWV */