Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154307820
D34553.id103834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
436 B
Referenced Files
None
Subscribers
None
D34553.id103834.diff
View Options
Index: sys/dev/psci/psci.c
===================================================================
--- sys/dev/psci/psci.c
+++ sys/dev/psci/psci.c
@@ -84,6 +84,7 @@
static int psci_v0_2_init(device_t dev, int default_version);
struct psci_softc *psci_softc = NULL;
+int psci_present;
#ifdef __arm__
#define USE_ACPI 0
@@ -347,6 +348,7 @@
return (ENXIO);
psci_softc = sc;
+ psci_present = sc->psci_version;
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 6:04 PM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32297113
Default Alt Text
D34553.id103834.diff (436 B)
Attached To
Mode
D34553: psci: finish psci_present implementation
Attached
Detach File
Event Timeline
Log In to Comment