]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Sun, 21 Jul 2019 00:15:20 +0000 (17:15 -0700)
committerOliver Kurth <okurth@vmware.com>
Sun, 21 Jul 2019 00:15:20 +0000 (17:15 -0700)
open-vm-tools/lib/include/x86cpuid.h

index 88eee563d3aa2feb96931a0cdb3696c5b65b41ca..94d2eec54f9a2f132b1fedeabe795b373e8524b0 100644 (file)
@@ -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;
-}
-
 /*
  *----------------------------------------------------------------------
  *