Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80118
b: refs/heads/master
c: 4f2479f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ingo Molnar committed Jan 30, 2008
1 parent b105102 commit 7af0298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e5fc3161969b3c82c8c61af8c8d360e39977ae2e
refs/heads/master: 4f2479f03c06e29d7d9e1e02191f8b5ba8ad4eef
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/apm_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
#include <linux/dmi.h>
#include <linux/suspend.h>
#include <linux/kthread.h>
#include <linux/jiffies.h>

#include <asm/system.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -1287,7 +1288,7 @@ static void check_events(void)
"event 0x%02x\n", event);
}
if (ignore_bounce
&& ((jiffies - last_resume) > bounce_interval))
&& (time_after(jiffies, last_resume + bounce_interval)))
ignore_bounce = 0;

switch (event) {
Expand Down

0 comments on commit 7af0298

Please sign in to comment.