Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109698450
D27306.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
399 B
Referenced Files
None
Subscribers
None
D27306.diff
View Options
Index: head/sys/arm64/arm64/machdep.c
===================================================================
--- head/sys/arm64/arm64/machdep.c
+++ head/sys/arm64/arm64/machdep.c
@@ -1036,7 +1036,7 @@
has_fdt = (OF_peer(0) != 0);
#endif
#ifdef DEV_ACPI
- has_acpi = (acpi_find_table(ACPI_SIG_SPCR) != 0);
+ has_acpi = (AcpiOsGetRootPointer() != 0);
#endif
env = kern_getenv("kern.cfg.order");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 12:15 PM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16552939
Default Alt Text
D27306.diff (399 B)
Attached To
Mode
D27306: Detect ACPI early by FADT, not SPCR
Attached
Detach File
Event Timeline
Log In to Comment