diff options
Diffstat (limited to 'drivers/acpi/osl.c')
-rw-r--r-- | drivers/acpi/osl.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 46cce391fa46..f14d3f251d26 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -1046,26 +1046,6 @@ static int __init acpi_serialize_setup(char *str) | |||
1046 | 1046 | ||
1047 | __setup("acpi_serialize", acpi_serialize_setup); | 1047 | __setup("acpi_serialize", acpi_serialize_setup); |
1048 | 1048 | ||
1049 | /* | ||
1050 | * Wake and Run-Time GPES are expected to be separate. | ||
1051 | * We disable wake-GPEs at run-time to prevent spurious | ||
1052 | * interrupts. | ||
1053 | * | ||
1054 | * However, if a system exists that shares Wake and | ||
1055 | * Run-time events on the same GPE this flag is available | ||
1056 | * to tell Linux to keep the wake-time GPEs enabled at run-time. | ||
1057 | */ | ||
1058 | static int __init acpi_wake_gpes_always_on_setup(char *str) | ||
1059 | { | ||
1060 | printk(KERN_INFO PREFIX "wake GPEs not disabled\n"); | ||
1061 | |||
1062 | acpi_gbl_leave_wake_gpes_disabled = FALSE; | ||
1063 | |||
1064 | return 1; | ||
1065 | } | ||
1066 | |||
1067 | __setup("acpi_wake_gpes_always_on", acpi_wake_gpes_always_on_setup); | ||
1068 | |||
1069 | /* Check of resource interference between native drivers and ACPI | 1049 | /* Check of resource interference between native drivers and ACPI |
1070 | * OperationRegions (SystemIO and System Memory only). | 1050 | * OperationRegions (SystemIO and System Memory only). |
1071 | * IO ports and memory declared in ACPI might be used by the ACPI subsystem | 1051 | * IO ports and memory declared in ACPI might be used by the ACPI subsystem |