CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/09 17:49:45
Modified files:
sys/arch/i386/i386: machdep.c
Log message:
i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()
The cpuspeed set during calibrate_cyclecounter() is a bogomips measurement.
It isn't an authoritative (nominal) frequency, so we shouldn't print it out
when identifying each CPU. As an added bonus, this also removes some noise
when diffing i386 dmesgs.
ok deraadt@
