Sync amd64's p3_get_bus_clock() with i386
authortb <tb@openbsd.org>
Thu, 12 Aug 2021 15:13:52 +0000 (15:13 +0000)
committertb <tb@openbsd.org>
Thu, 12 Aug 2021 15:13:52 +0000 (15:13 +0000)
commitc85c995cce559e903dfc1571bebc84a45b89edab
tree24fbd843c2749d549be32a150e400cf5b16d2333
parent7fc8d5dba4a3cad1132134dcd2ae744b79a0813c
Sync amd64's p3_get_bus_clock() with i386

The printfs complaining about unknown FSB_FREQ values didn't end with
a newline. jsg points out that this is because the original i386 code
then prints MSR_EBL_CR_POWERON, which was omitted when the code was
adapted for amd64.

ok jsg
sys/arch/amd64/amd64/est.c