Remove 2 CPU limit from ACPI MP detection in the bootloader.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23116 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -304,10 +304,6 @@ smp_do_acpi_config(acpi_rsdp *rsdp)
|
||||
break;
|
||||
}
|
||||
|
||||
// ToDo: remove CPU limit
|
||||
if (gKernelArgs.num_cpus > 2)
|
||||
gKernelArgs.num_cpus = 2;
|
||||
|
||||
return gKernelArgs.num_cpus > 0 ? B_OK : B_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user