summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVMware, Inc <>2013-09-17 20:40:45 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-09-22 22:30:00 -0700
commitb102cb180bc724f3656a7d3a27af954b2ebe7e20 (patch)
tree4f700426e2450329746992c422dd26d565015a0f
parentc093dcb7a99a32aaf76fad143ff4a276f8d4bc22 (diff)
Changes in shared code that don't affect open-vm-tools functionality.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
-rw-r--r--open-vm-tools/lib/include/x86cpuid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h
index 47e84d6c..0a69b4e6 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)
{