Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153767619
D26092.id75910.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
D26092.id75910.diff
View Options
Index: sys/riscv/riscv/identcpu.c
===================================================================
--- sys/riscv/riscv/identcpu.c
+++ sys/riscv/riscv/identcpu.c
@@ -186,15 +186,13 @@
const struct cpu_parts *cpu_partsp;
uint32_t part_id;
uint32_t impl_id;
- uint64_t mimpid;
uint64_t misa;
u_int cpu;
size_t i;
cpu_partsp = NULL;
- /* TODO: can we get mimpid and misa somewhere ? */
- mimpid = 0;
+ /* TODO: can we get misa somewhere ? */
misa = 0;
cpu = PCPU_GET(cpuid);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:53 PM (4 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32039755
Default Alt Text
D26092.id75910.diff (498 B)
Attached To
Mode
D26092: riscv: Use global mimpid in identify_cpu()
Attached
Detach File
Event Timeline
Log In to Comment