CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/07/15 06:36:01

Modified files:
        sys/arch/arm64/dev: agintc.c 

Log message:
Fix agintc(4) for non-MULTIPROCESSOR kernels.  Due to the recent changes
the driver expected that it can find all CPUs referenced by the interrupt
controller.  Since on non-MP we only spin one core up, the driver won't
ever be able to find them.  Relax the requirement for non-MP, since the
info extracted there is only needed for MP.

ok kettenis@

Reply via email to