i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()
authorcheloha <cheloha@openbsd.org>
Tue, 10 Jan 2023 00:49:45 +0000 (00:49 +0000)
committercheloha <cheloha@openbsd.org>
Tue, 10 Jan 2023 00:49:45 +0000 (00:49 +0000)
commitd240ffd03c9d135243b793866d976ce82a5b4679
tree710124ab02ae90b7e25bfe7b1c3ef66d747958a4
parent83125db9c48e29262b1d8c7e882ea820aac77ed4
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@
sys/arch/i386/i386/machdep.c