freq_levels shown only for one core of dual core cpu

sysctl -a | grep dev.cpu.*

shows freq_levels for only cpu.0

even freq is also being shown for dev.cpu.0

why is this happening?
 

Attachments

  • 20230330_232043.jpg
    20230330_232043.jpg
    562.4 KB · Views: 115
FreeBSD sets all cores to the same frequency, so it's sufficient to report only for cpu.0.
ok just read here there is a bug



When multiple CPUsoffer frequencycontrol, they cannot be set to different levels and must all offer the same frequency settings.

Hope all cpufreq and powerd known bugs are fixed in 14
 
Last edited:
Back
Top