Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48671
b: refs/heads/master
c: f3ccb06
h: refs/heads/master
i:
  48669: 10eb1e2
  48667: bfbc80e
  48663: 4f30814
  48655: 823a883
  48639: 547d7c1
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Feb 13, 2007
1 parent f33e6b1 commit 4cc991f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a795ca5852fb944f21bd71c1230fcc5456e7d5ef
refs/heads/master: f3ccb06f3b8e0cf42b579db21f3ca7f17fcc3f38
11 changes: 0 additions & 11 deletions trunk/drivers/acpi/events/evgpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cc991f

Please sign in to comment.