Loading drivers/acpi/events/evgpe.c +0 −11 Original line number Diff line number Diff line Loading @@ -636,17 +636,6 @@ acpi_ev_gpe_dispatch(struct acpi_gpe_event_info *gpe_event_info, u32 gpe_number) } } if (!acpi_gbl_system_awake_and_running) { /* * We just woke up because of a wake GPE. Disable any further GPEs * until we are fully up and running (Only wake GPEs should be enabled * at this time, but we just brute-force disable them all.) * 1) We must disable this particular wake GPE so it won't fire again * 2) We want to disable all wake GPEs, since we are now awake */ (void)acpi_hw_disable_all_gpes(); } /* * Dispatch the GPE to either an installed handler, or the control method * associated with this GPE (_Lxx or _Exx). If a handler exists, we invoke Loading Loading
drivers/acpi/events/evgpe.c +0 −11 Original line number Diff line number Diff line Loading @@ -636,17 +636,6 @@ acpi_ev_gpe_dispatch(struct acpi_gpe_event_info *gpe_event_info, u32 gpe_number) } } if (!acpi_gbl_system_awake_and_running) { /* * We just woke up because of a wake GPE. Disable any further GPEs * until we are fully up and running (Only wake GPEs should be enabled * at this time, but we just brute-force disable them all.) * 1) We must disable this particular wake GPE so it won't fire again * 2) We want to disable all wake GPEs, since we are now awake */ (void)acpi_hw_disable_all_gpes(); } /* * Dispatch the GPE to either an installed handler, or the control method * associated with this GPE (_Lxx or _Exx). If a handler exists, we invoke Loading