Page MenuHomeFreeBSD

Print CPU informtion later in boot.
ClosedPublic

Authored by jhb on May 20 2020, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 10:40 PM
Unknown Object (File)
Sun, May 17, 10:40 PM
Unknown Object (File)
Fri, May 15, 12:43 AM
Unknown Object (File)
Wed, May 6, 11:34 PM
Unknown Object (File)
Mon, May 4, 5:41 PM
Unknown Object (File)
Mon, May 4, 5:11 AM
Unknown Object (File)
Mon, May 4, 12:54 AM
Unknown Object (File)
Sun, Apr 26, 5:26 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31206
Build 28861: arc lint + arc unit

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.