Home
last modified time | relevance | path

Searched hist:"4 b23e1e53ab4774e8e0f002ffc4402ae683c98c1" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cpufreq/
H A Dcpufreq_dt.cdiff 4b23e1e53ab4774e8e0f002ffc4402ae683c98c1 Tue Dec 03 23:08:54 CET 2019 Emmanuel Vadot <manu@FreeBSD.org> cpufreq_dt: Do not attach the device if the cpu isn't present

If we boot with hw.ncpu=X (available on arm and arm64 at least) we
shouldn't attach the cpufreq driver as cf_set_method will try to get
the cpuid and it doesn't exists.
This solves cpufreq panicing on RockChip RK3399 when booting with
hw.ncpu=4

MFC after: 1 week