CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/30 13:05:31
Modified files:
sys/arch/arm64/arm64: cpu.c
Log message:
Rework cpu_init_secondary() such that it can be used for both the initial
powerup and for wakeup from deeper sleep states.
Adjust cpu_suspen_primary() to use pmap_extract() to find the physical
address of the entry point and struct cpu_info.
ok phessler@
