Enable the relaxed behavior for op regions and other workarounds for
non-standard BIOSen. We used to implement this in local patches but now that ACPI-CA has merged/re-implemented most of our fixes, they were no longer needed and we just needed to turn this knob on. Also, remove an unnecessary cast. Tested by: phk
This commit is contained in:
parent
8d8086b530
commit
beb94b5a21
@ -284,7 +284,8 @@ acpi_Startup(void)
|
||||
* Set the globals from our tunables. This is needed because ACPI-CA
|
||||
* uses UINT8 for some values and we have no tunable_byte.
|
||||
*/
|
||||
AcpiGbl_AllMethodsSerialized = (UINT8)acpi_serialize_methods;
|
||||
AcpiGbl_AllMethodsSerialized = acpi_serialize_methods;
|
||||
AcpiGbl_EnableInterpreterSlack = TRUE;
|
||||
|
||||
/* Start up the ACPI CA subsystem. */
|
||||
if (ACPI_FAILURE(error = AcpiInitializeSubsystem())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user