]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c
UefiCpuPkg/CpuCommonFeatures: Follow SDM for MAX CPUID feature detect
[mirror_edk2.git] / UefiCpuPkg / Library / CpuCommonFeaturesLib / LimitCpuIdMaxval.c
index 40cc9d5fe0cf16d48f398d875663b52be2572c2a..3d41efe9e993804a2e05d2fe6fe7f9635999718e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   LimitCpuidMaxval Feature.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -41,7 +41,7 @@ LimitCpuidMaxvalSupport (
   UINT32  Eax;\r
 \r
   AsmCpuid (CPUID_SIGNATURE, &Eax, NULL, NULL, NULL);\r
-  return (Eax > 3);\r
+  return (Eax > 2);\r
 }\r
 \r
 /**\r