]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 22 May 2019 20:09:35 +0000 (13:09 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 22 May 2019 20:09:35 +0000 (13:09 -0700)
open-vm-tools/lib/include/x86cpuid.h

index 3a14c2817788c44e4383a5885daa4315685e8111..6afd4a88a78eea64aec0a746d91ad7ec072d8881 100644 (file)
@@ -1699,6 +1699,7 @@ CPUID_MODEL_IS_CASCADELAKE(uint32 v) // IN: %eax from CPUID with %eax=1.
           CPUID_EFFECTIVE_STEPPING(v) <= CPUID_STEPPING_CASCADELAKE_B1;
 }
 
+
 static INLINE Bool
 CPUID_MODEL_IS_SKYLAKE(uint32 v) // IN: %eax from CPUID with %eax=1.
 {