]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/acpi/acpica/acglobal.h
ACPI / ACPICA: Do not execute _PRW methods during initialization
[linux-beck.git] / drivers / acpi / acpica / acglobal.h
index 899d68afc3c5e0bde9be08338ec14399e52c7d32..18e796fe429595af3c92787ccd8a66c5c2d275c9 100644 (file)
@@ -99,13 +99,6 @@ u8 ACPI_INIT_GLOBAL(acpi_gbl_all_methods_serialized, FALSE);
  */
 u8 ACPI_INIT_GLOBAL(acpi_gbl_create_osi_method, TRUE);
 
-/*
- * Disable wakeup GPEs during runtime? Default is TRUE because WAKE and
- * RUNTIME GPEs should never be shared, and WAKE GPEs should typically only
- * be enabled just before going to sleep.
- */
-u8 ACPI_INIT_GLOBAL(acpi_gbl_leave_wake_gpes_disabled, TRUE);
-
 /*
  * Optionally use default values for the ACPI register widths. Set this to
  * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.