Always set the MP_QUIRK_CPULIST quirk under ACPI. This needs a run time

check to only set it for emulators as the CPU list may be changed when
the emulator starts. Until this is working just always set it.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-10-31 17:41:53 +00:00
parent d6e1e31a0e
commit 8c0e047668
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339961

View File

@ -525,6 +525,7 @@ cpu_mp_start(void)
switch(arm64_bus_method) {
#ifdef DEV_ACPI
case ARM64_BUS_ACPI:
mp_quirks = MP_QUIRK_CPULIST;
KASSERT(cpu0 >= 0, ("Current CPU was not found"));
cpu_init_acpi();
break;