Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm/nvidia
Module Name: src
Committed By: skrll
Date: Tue Aug 25 13:33:43 UTC 2020
Modified Files:
src/sys/arch/arm/nvidia: tegra124_cpu.c
Log Message:
Protect tegra124_cpu_init_cpufreq against being run more than once.
config_finalize will call all config_finalize_register functions until
all registered functions return 0. rf_autoconfig currently returns 1
which means tegra124_cpu_init_cpufreq would get called multiple times.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra124_cpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index