Page MenuHomeFreeBSD

D39813.diff
No OneTemporary

D39813.diff

diff --git a/sys/riscv/riscv/identcpu.c b/sys/riscv/riscv/identcpu.c
--- a/sys/riscv/riscv/identcpu.c
+++ b/sys/riscv/riscv/identcpu.c
@@ -429,5 +429,12 @@
desc->cpu_mvendor_name, desc->cpu_march_name, hart);
printf(" marchid=%#lx, mimpid=%#lx\n", marchid, mimpid);
+ printf(" ISA: %#b\n", desc->isa_extensions,
+ "\020"
+ "\01Atomic"
+ "\03Compressed"
+ "\04Double"
+ "\06Float"
+ "\15Mult/Div");
}
}

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 3, 8:43 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13484537
Default Alt Text
D39813.diff (451 B)

Event Timeline