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)
Tue, Aug 11, 10:23 PM
Unknown Object (File)
Mon, Aug 10, 7:36 AM
Unknown Object (File)
Sat, Aug 8, 3:01 AM
Unknown Object (File)
Thu, Aug 6, 9:38 AM
Unknown Object (File)
Wed, Aug 5, 9:12 AM
Unknown Object (File)
Sat, Jul 25, 1:34 PM
Unknown Object (File)
Jul 16 2026, 2:09 PM
Unknown Object (File)
Jul 5 2026, 8:53 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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.