CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/17 02:00:22
Modified files:
sys/arch/arm64/dev: mainbus.c
Log message:
Attach secondary CPUs early. Since on most machine we need psci(4) to
spin op the secondary CPUs, explicitly probe and attach that driver
before we attach the CPUs.
This should help with distributing interrupts across CPUs on arm64.
ok patrick@, deraadt@, dlg@
