Module Name: src Committed By: jmcneill Date: Fri Oct 12 21:44:20 UTC 2018
Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c src/sys/arch/arm/arm32: arm32_machdep.c src/sys/arch/arm/fdt: arm_fdtvar.h Log Message: Add optional ap_startup callback to struct arm_platform. This allows for late (post-UVM init) initialization of platform specific stuff. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/aarch64/aarch64/aarch64_machdep.c cvs rdiff -u -r1.120 -r1.121 src/sys/arch/arm/arm32/arm32_machdep.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/fdt/arm_fdtvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.