From: Oliver Kurth Date: Sun, 21 Jul 2019 00:15:20 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091246f5aab85a2a892fa3038c07fe6955ab5c1d;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 88eee563d..94d2eec54 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -2244,22 +2244,6 @@ CPUID_IsValid7Subleaf(uint32 eax, uint32 subleaf) // IN: %eax = cpuid.7.0.eax return subleaf <= eax; } -/* - *---------------------------------------------------------------------- - * - * CPUID_IsValidDSubleaf -- - * - * It is the caller's repsonsibility to determine if the processor - * supports XSAVE and therefore has D sub-leaves. - * - *---------------------------------------------------------------------- - */ -static INLINE Bool -CPUID_IsValidDSubleaf(uint32 subleaf) // IN: subleaf to check -{ - return subleaf <= 63; -} - /* *---------------------------------------------------------------------- *