Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102078986
D43920.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
284 B
Referenced Files
None
Subscribers
None
D43920.diff
View Options
diff --git a/sys/dev/psci/psci.c b/sys/dev/psci/psci.c
--- a/sys/dev/psci/psci.c
+++ b/sys/dev/psci/psci.c
@@ -386,6 +386,9 @@
return (PSCI_MISSING);
}
+ if (!ofw_bus_node_status_okay(node))
+ return (PSCI_MISSING);
+
*callfn = psci_fdt_get_callfn(node);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 8:54 AM (21 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14531769
Default Alt Text
D43920.diff (284 B)
Attached To
Mode
D43920: psci: Add FDT node status check
Attached
Detach File
Event Timeline
Log In to Comment