Page MenuHomeFreeBSD

Print CPU informtion later in boot.
ClosedPublic

Authored by jhb on May 20 2020, 7:47 PM.
Tags
None
Referenced Files
F133617748: D24936.id72045.diff
Mon, Oct 27, 1:36 AM
Unknown Object (File)
Sun, Oct 26, 5:08 AM
Unknown Object (File)
Fri, Oct 10, 4:41 AM
Unknown Object (File)
Fri, Oct 10, 4:41 AM
Unknown Object (File)
Fri, Oct 10, 4:41 AM
Unknown Object (File)
Thu, Oct 9, 11:22 PM
Unknown Object (File)
Sep 24 2025, 4:56 PM
Unknown Object (File)
Sep 14 2025, 7:37 PM
Subscribers

Details

Summary

Match other architectures and print CPU information during
cpu_startup(). In particular, this prints the information after the
message buffer is initialized which allows it to be retrieved after
boot via dmesg(8).

While here, add some extern declarations to <machine/md_var.h> in
place of duplicated declarations in various source files.

Test Plan
  • booted mips64 under qemu and was able to see Config register values in dmesg

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.May 20 2020, 7:47 PM
jhb created this revision.
This revision is now accepted and ready to land.May 20 2020, 8:57 PM
This revision was automatically updated to reflect the committed changes.