]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Application/Cpuid/Cpuid.c
UefiCpuPkg/Application/Cpuid: Remove unnecessary code check
[mirror_edk2.git] / UefiCpuPkg / Application / Cpuid / Cpuid.c
index 366c3ca2050402531f9e06bd936b01999ed45edf..b05da3ee0ca7ed50f7fb3267bbaf9f348c8b18e4 100644 (file)
@@ -213,10 +213,6 @@ CpuidVersionInfo (
   UINTN                   DisplayFamily;\r
   UINTN                   DisplayModel;\r
 \r
-  if (CPUID_VERSION_INFO > gMaximumBasicFunction) {\r
-    return;\r
-  }\r
-\r
   AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);\r
 \r
   Print (L"CPUID_VERSION_INFO (Leaf %08x)\n", CPUID_VERSION_INFO);\r