]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 24 Aug 2010 18:28:31 +0000 (11:28 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 24 Aug 2010 18:28:31 +0000 (11:28 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/x86cpuid.h

index 78b9b73a2ebeabce6ad9568dbd1429e4eea482e1..41298bcd3068350700bb574f63142da7f5488596 100644 (file)
@@ -1036,9 +1036,8 @@ CPUID_AMDCoresPerPackage(uint32 v) /* %ecx from CPUID with %eax=0x80000008. */
  * Hypervisor CPUID space is 0x400000XX.
  */
 static INLINE Bool
-CPUID_IsHypervisorLevel(uint32 level, uint32 *offset)
+CPUID_IsHypervisorLevel(uint32 level)
 {
-   *offset = level & 0xff;
    return (level & 0xffffff00) == 0x40000000;
 }