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:
parent
05baf6f4b2
commit
8aba7cb075
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue