CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/02/23 12:08:56
Modified files: sys/dev/fdt : psci.c pscivar.h sys/arch/arm/arm: cpu.c sys/arch/arm64/arm64: cpu.c Log message: Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead like we already do in the code that flushes the BTB. ok jsg@