Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173087
b: refs/heads/master
c: fe5ed91
h: refs/heads/master
i:
  173085: c63b5c5
  173083: 38c9be0
  173079: 54521ad
  173071: 8c57fe0
  173055: eb9301b
v: v3
  • Loading branch information
Hidetoshi Seto authored and H. Peter Anvin committed Dec 3, 2009
1 parent 6d16637 commit 46dec76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b8b7d791a8ff01d2380089279a69afa99115fb23
refs/heads/master: fe5ed91ddce85a0ed0e4f92c10b099873ef62167
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1991,9 +1991,11 @@ mce_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu)
break;
case CPU_DOWN_FAILED:
case CPU_DOWN_FAILED_FROZEN:
t->expires = round_jiffies(jiffies +
if (!mce_ignore_ce && check_interval) {
t->expires = round_jiffies(jiffies +
__get_cpu_var(mce_next_interval));
add_timer_on(t, cpu);
add_timer_on(t, cpu);
}
smp_call_function_single(cpu, mce_reenable_cpu, &action, 1);
break;
case CPU_POST_DEAD:
Expand Down

0 comments on commit 46dec76

Please sign in to comment.