From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:40:45 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2013.09.16-1328054~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b102cb180bc724f3656a7d3a27af954b2ebe7e20;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 47e84d6c3..0a69b4e65 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -940,7 +940,7 @@ CPUIDCheck(uint32 eaxIn, uint32 eaxInCheck, #define CPUID_FAMILY_K8MOBILE 17 #define CPUID_FAMILY_LLANO 18 #define CPUID_FAMILY_BOBCAT 20 -#define CPUID_FAMILY_BULLDOZER 21 // Bulldozer & Piledriver +#define CPUID_FAMILY_BULLDOZER 21 // Bulldozer Piledriver Steamroller #define CPUID_FAMILY_KYOTO 22 /* Effective VIA CPU Families */ @@ -1360,6 +1360,9 @@ CPUID_MODEL_IS_PILEDRIVER(uint32 eax) CPUID_EFFECTIVE_MODEL(eax) == CPUID_MODEL_PILEDRIVER_02); } + + + static INLINE Bool CPUID_MODEL_IS_KYOTO(uint32 eax) {