Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156822863
D21576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
D21576.diff
View Options
Index: head/sys/riscv/riscv/identcpu.c
===================================================================
--- head/sys/riscv/riscv/identcpu.c
+++ head/sys/riscv/riscv/identcpu.c
@@ -141,7 +141,7 @@
* ISAs, keep only the extension bits that are common to all harts.
*/
for (node = OF_child(node); node > 0; node = OF_peer(node)) {
- if (!fdt_is_compatible_strict(node, "riscv")) {
+ if (!ofw_bus_node_is_compatible(node, "riscv")) {
if (bootverbose)
printf("fill_elf_hwcap: Can't find cpu\n");
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 5:10 PM (1 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33199915
Default Alt Text
D21576.diff (525 B)
Attached To
Mode
D21576: Small fix to CPU Compatibility Identification
Attached
Detach File
Event Timeline
Log In to Comment