Print the standard (single-letter) ISA extensions. Limit the hwcap stuff
to its own function, and track the extension bits in struct cpu_desc. An
int is used for compatibility with the %b printf modifier, and because
we know the single-letter ISA bits will never go above 26.
Details
Details
- Reviewers
markj - Group Reviewers
riscv - Commits
- rGdb5bd5ba6bfb: riscv: Print ISA extensions
rG78a3420c20e0: riscv: Print ISA extensions
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable