Use ACPICA defaults, don't set interpreterslack to true anymore.

ACPIA has internal code to detect and fix most problems now.
This commit is contained in:
Fredrik Holmqvist
2014-08-27 22:54:22 +02:00
parent 278d57f27b
commit 0842eba04e
@@ -120,9 +120,6 @@ acpi_std_ops(int32 op,...)
return B_ERROR;
}
AcpiGbl_EnableInterpreterSlack = true;
// AcpiGbl_CreateOSIMethod = true;
#ifdef ACPI_DEBUG_OUTPUT
AcpiDbgLevel = ACPI_DEBUG_ALL | ACPI_LV_VERBOSE;
AcpiDbgLayer = ACPI_ALL_COMPONENTS;