CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/03 11:44:33
Modified files:
sys/arch/riscv64/riscv64: cpu.c
Log message:
Stop printing the riscv,isa string; our code to do so is broken and the
string is now deprecated. Instead change hw.model to be the CPU core
name for cpu0 like we do on other architectures.
We'll revisit printing CPU features for riscv64 in the future.
ok jca@, mlarkin@
