Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 840ba24d authored by Len Brown's avatar Len Brown
Browse files

Merge branch 'bugzilla-16357' into release

parents b37fa16e 856b185d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ static bool processor_physically_present(acpi_handle handle)
	type = (acpi_type == ACPI_TYPE_DEVICE) ? 1 : 0;
	cpuid = acpi_get_cpuid(handle, type, acpi_id);

	if (cpuid == -1)
	if ((cpuid == -1) && (num_possible_cpus() > 1))
		return false;

	return true;