Page MenuHomeFreeBSD

riscv: rework CPU identification [7/7]
ClosedPublic

Authored by mhorne on May 9 2023, 5:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 3:23 PM
Unknown Object (File)
Fri, Nov 1, 6:22 PM
Unknown Object (File)
Oct 20 2024, 7:44 AM
Unknown Object (File)
Oct 2 2024, 10:31 PM
Unknown Object (File)
Oct 2 2024, 8:33 PM
Unknown Object (File)
Sep 21 2024, 8:31 PM
Unknown Object (File)
Sep 19 2024, 2:04 AM
Unknown Object (File)
Sep 17 2024, 7:30 PM
Subscribers

Details

Summary

Change the reporting strategy to more closely follow what arm64
implements:

  • Always print the one-line CPU summary when a core comes online
  • Only print the additional fields (e.g. ISA) when they differ from the CPU before it

In the common case of identical CPUs this results in informative but
non-repetitive output.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51402
Build 48293: arc lint + arc unit

Event Timeline

mhorne requested review of this revision.May 9 2023, 5:16 PM
markj added inline comments.
sys/riscv/riscv/identcpu.c
455

Indentation looks wrong here.

This revision is now accepted and ready to land.May 11 2023, 3:35 PM
This revision was automatically updated to reflect the committed changes.
mhorne marked an inline comment as done.