1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

trust uhyve's number of possible cores

This commit is contained in:
Stefan Lankes 2017-02-25 17:17:35 +01:00
parent 05baf6f4b2
commit 8aba7cb075

View file

@ -887,7 +887,8 @@ no_mp:
boot_processor = 0;
apic_mp = NULL;
apic_config = NULL;
ncores = 1;
if (!is_uhyve())
ncores = 1;
goto check_lapic;
}