Page MenuHomeFreeBSD

D27306.diff
No OneTemporary

D27306.diff

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

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)

Event Timeline