CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/26 02:35:30
Modified files:
sys/arch/amd64/amd64: cpu.c identcpu.c
sys/arch/amd64/include: cpu.h specialreg.h
Log message:
On CPUs that have MPERF/APERF support use that information to install a
cpu frequency sensor for each core. This works on many "modern" Intel and
AMD cpus (probably anything that has some kind of turbo mode).
OK kettenis@
