Page MenuHomeFreeBSD

D35633.diff
No OneTemporary

D35633.diff

diff --git a/sys/x86/acpica/OsdEnvironment.c b/sys/x86/acpica/OsdEnvironment.c
--- a/sys/x86/acpica/OsdEnvironment.c
+++ b/sys/x86/acpica/OsdEnvironment.c
@@ -66,16 +66,6 @@
if (TUNABLE_ULONG_FETCH("acpi.rsdp", &acpi_root))
return (acpi_root);
- /*
- * The hints mechanism is unreliable (it fails if anybody ever
- * compiled in hints to the kernel). It has been replaced
- * by the tunable method, but is used here as a fallback to
- * retain maximum compatibility between old loaders and new
- * kernels. It can be removed after 11.0R.
- */
- if (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0)
- return (acpi_root);
-
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Sun, May 24, 12:45 AM (11 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33460291
Default Alt Text
D35633.diff (664 B)

Event Timeline