Author: andrew
Date: Wed Oct 31 17:41:53 2018
New Revision: 339961
URL: https://svnweb.freebsd.org/changeset/base/339961

Log:
  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

Modified:
  head/sys/arm64/arm64/mp_machdep.c

Modified: head/sys/arm64/arm64/mp_machdep.c
==============================================================================
--- head/sys/arm64/arm64/mp_machdep.c   Wed Oct 31 17:37:54 2018        
(r339960)
+++ head/sys/arm64/arm64/mp_machdep.c   Wed Oct 31 17:41:53 2018        
(r339961)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to