CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2018/03/06 18:33:07
Modified files: sys/arch/amd64/amd64: tsc.c Log message: Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq. It turns out the frequency can vary between different processors that share the same cpuid model. Similiar change made in linux. ok mikeb@ millert@