summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c
index c71bf1ae50..ff7d64a439 100644
--- a/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c
+++ b/Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c
@@ -140,7 +140,8 @@ VOID DetectApicIdMap(VOID)
DEBUG ((DEBUG_INFO, "CoreCount - %d\n", CoreCount));
//DEBUG((EFI_D_ERROR, ":: Default to use Map A @ %08X FusedCoreCount: %02d, sktlevel: %d\n",mApicIdMap, FusedCoreCount, mNumOfBitShift));
- ASSERT (CoreCount != 0);
+ // Dont assert for single core, single thread system.
+ //ASSERT (CoreCount != 0);
if(CoreCount <= 16) {