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)
Wed, Jul 9, 4:11 AM
Unknown Object (File)
Tue, Jul 8, 4:51 PM
Unknown Object (File)
Tue, Jul 8, 2:57 PM
Unknown Object (File)
Mon, Jul 7, 8:15 AM
Unknown Object (File)
Mon, Jul 7, 7:59 AM
Unknown Object (File)
Fri, Jul 4, 9:35 AM
Unknown Object (File)
Fri, Jul 4, 1:38 AM
Unknown Object (File)
Jul 1 2025, 8:45 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.