diff options
Diffstat (limited to 'drivers/acpi/osl.c')
-rw-r--r-- | drivers/acpi/osl.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 0d7b7145399e..b7af3b758f32 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -1539,18 +1539,6 @@ static int __init osi_setup(char *str) | |||
1539 | 1539 | ||
1540 | __setup("acpi_osi=", osi_setup); | 1540 | __setup("acpi_osi=", osi_setup); |
1541 | 1541 | ||
1542 | /* enable serialization to combat AE_ALREADY_EXISTS errors */ | ||
1543 | static int __init acpi_serialize_setup(char *str) | ||
1544 | { | ||
1545 | printk(KERN_INFO PREFIX "serialize enabled\n"); | ||
1546 | |||
1547 | acpi_gbl_all_methods_serialized = TRUE; | ||
1548 | |||
1549 | return 1; | ||
1550 | } | ||
1551 | |||
1552 | __setup("acpi_serialize", acpi_serialize_setup); | ||
1553 | |||
1554 | /* Check of resource interference between native drivers and ACPI | 1542 | /* Check of resource interference between native drivers and ACPI |
1555 | * OperationRegions (SystemIO and System Memory only). | 1543 | * OperationRegions (SystemIO and System Memory only). |
1556 | * IO ports and memory declared in ACPI might be used by the ACPI subsystem | 1544 | * IO ports and memory declared in ACPI might be used by the ACPI subsystem |