From 4cc991f9109d73739eed66f9d4c23c7ecbd402e9 Mon Sep 17 00:00:00 2001 From: Alexey Starikovskiy Date: Tue, 13 Feb 2007 02:35:50 -0500 Subject: [PATCH] --- yaml --- r: 48671 b: refs/heads/master c: f3ccb06f3b8e0cf42b579db21f3ca7f17fcc3f38 h: refs/heads/master i: 48669: 10eb1e289a7df0281d702994edc6b2b04140215a 48667: bfbc80ec036e79ed03b62a6ee4a2d5f805af028b 48663: 4f308142849de30cfb7fb4e118c8a14f19c4514b 48655: 823a8837b0ab39646b02771f27f66396865f9310 48639: 547d7c10ed76aa79b0601c1876dda5838337680e v: v3 --- [refs] | 2 +- trunk/drivers/acpi/events/evgpe.c | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/[refs] b/[refs] index 832caa51ab10..a56741a3ec83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a795ca5852fb944f21bd71c1230fcc5456e7d5ef +refs/heads/master: f3ccb06f3b8e0cf42b579db21f3ca7f17fcc3f38 diff --git a/trunk/drivers/acpi/events/evgpe.c b/trunk/drivers/acpi/events/evgpe.c index dfac3ecc596e..635ba449ebc2 100644 --- a/trunk/drivers/acpi/events/evgpe.c +++ b/trunk/drivers/acpi/events/evgpe.c @@ -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