View | Details | Raw Unified | Return to bug 145385 | Differences between
and this patch

Collapse All | Expand All

(-)sys/amd64/amd64/mp_machdep.c (-1 / +1 lines)
Lines 203-209 Link Here
203
				cnt++;
203
				cnt++;
204
		}
204
		}
205
		if (type == CPUID_TYPE_SMT)
205
		if (type == CPUID_TYPE_SMT)
206
			cpu_logical = cnt;
206
			cpu_logical = logical_cpus = cnt;
207
		else if (type == CPUID_TYPE_CORE)
207
		else if (type == CPUID_TYPE_CORE)
208
			cpu_cores = cnt;
208
			cpu_cores = cnt;
209
	}
209
	}

Return to bug 145385