From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:56 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91e16cb36188a8d02923b689a235b6a26dba9b2;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 ca6c03810..92588e275 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -2095,6 +2095,12 @@ CPUID_MODEL_IS_DHYANA_A(uint32 eax) #define CPUID_TOPOLOGY_LEVEL_TYPE_SMT 1 #define CPUID_TOPOLOGY_LEVEL_TYPE_CORE 2 +#define CPUID_AMD_LEAF85_L1_CACHE_FULLY_ASSOC 0xff +#define CPUID_AMD_LEAF86_L2_L3_CACHE_FULLY_ASSOC 0x0f +#define CPUID_AMD_LEAF81D_CACHE_TYPE_NULL 0 +#define CPUID_AMD_LEAF81D_CACHE_TYPE_DATA 1 +#define CPUID_AMD_LEAF81D_CACHE_TYPE_INST 2 +#define CPUID_AMD_LEAF81D_CACHE_TYPE_UNIF 3 /* * For certain AMD processors, an lfence instruction is necessary at various