> Disable wake GPEs only once.
> 
> From: Alexey Starikovskiy <[EMAIL PROTECTED]>
> 
> ---
> 
>  drivers/acpi/events/evgpe.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/acpi/events/evgpe.c b/drivers/acpi/events/evgpe.c
> index dfac3ec..263a001 100644
> --- a/drivers/acpi/events/evgpe.c
> +++ b/drivers/acpi/events/evgpe.c
> @@ -644,6 +644,7 @@ acpi_ev_gpe_dispatch(struct acpi_gpe_eve
>                * 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
>                */
> +             acpi_gbl_system_awake_and_running = TRUE;
>               (void)acpi_hw_disable_all_gpes();
>       }

Acked-by: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>

The above patch fixes the issue on the T43.  Tested with patch on top of
acpi-test a19357b3 in defconfig with SMP disabled.

Thanks, Alexey!

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to