From: VMware, Inc <> Date: Mon, 22 Mar 2010 22:12:27 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.03.20-243334~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed7f41a95925f1d3865dfd4e0fb85293841cf660;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index db170ecab..f4e4c47fa 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -48,6 +48,7 @@ #include "vm_basic_types.h" #include "community_source.h" +#include "x86vendor.h" /* * The linux kernel's ptrace.h stupidly defines the bare @@ -162,20 +163,6 @@ typedef enum { CPUID_NUM_REGS } CpuidReg; -/* - * CPU vendors - */ - -typedef enum { - CPUID_VENDOR_UNKNOWN, - CPUID_VENDOR_COMMON, - CPUID_VENDOR_INTEL, - CPUID_VENDOR_AMD, - CPUID_VENDOR_CYRIX, - CPUID_VENDOR_VIA, - CPUID_NUM_VENDORS -} CpuidVendor; - #define CPUID_INTEL_VENDOR_STRING "GenuntelineI" #define CPUID_AMD_VENDOR_STRING "AuthcAMDenti" #define CPUID_CYRIX_VENDOR_STRING "CyriteadxIns"