summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82371eb/acpi_tables.c')
-rw-r--r--src/southbridge/intel/i82371eb/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82371eb/acpi_tables.c b/src/southbridge/intel/i82371eb/acpi_tables.c
index cdcf19a058bf..5b1adf0bcf69 100644
--- a/src/southbridge/intel/i82371eb/acpi_tables.c
+++ b/src/southbridge/intel/i82371eb/acpi_tables.c
@@ -36,7 +36,7 @@ static int determine_total_number_of_cores(void)
int count = 0;
for(cpu = all_devices; cpu; cpu = cpu->next) {
if ((cpu->path.type != DEVICE_PATH_APIC) ||
- (cpu->bus->dev->path.type != DEVICE_PATH_APIC_CLUSTER)) {
+ (cpu->bus->dev->path.type != DEVICE_PATH_CPU_CLUSTER)) {
continue;
}
if (!cpu->enabled) {