Module Name: src Committed By: jmcneill Date: Tue May 30 21:12:41 UTC 2017
Modified Files: src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h gtmr_fdt.c src/sys/arch/evbarm/tegra: tegra_start.S Log Message: Allow ARM FDT drivers to register per-cpu init callbacks. Run through this callback list when a CPU hatches instead of calling gtmr_init_cpu_clock directly. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/fdt/arm_fdt.c \ src/sys/arch/arm/fdt/arm_fdtvar.h src/sys/arch/arm/fdt/gtmr_fdt.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/tegra/tegra_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.