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)
Fri, Jan 24, 5:46 PM
Unknown Object (File)
Fri, Jan 17, 12:43 PM
Unknown Object (File)
Tue, Jan 14, 2:26 AM
Unknown Object (File)
Dec 25 2024, 10:00 AM
Unknown Object (File)
Dec 11 2024, 10:21 PM
Unknown Object (File)
Nov 20 2024, 4:19 AM
Unknown Object (File)
Nov 18 2024, 3:23 PM
Unknown Object (File)
Nov 1 2024, 6:22 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.