Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175455
b: refs/heads/master
c: bc09eff
h: refs/heads/master
i:
  175453: a38c2f6
  175451: 0980446
  175447: a4178b0
  175439: 9ace373
  175423: 04ceff4
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Dec 8, 2009
1 parent 432626f commit 05aae9b
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: a946d8f11f0da9cfc714248036fcfd3a794d1e27
refs/heads/master: bc09effabf0c5c6c7021e5ef9af15a23579b32a8
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,13 +1388,14 @@ static void __mcheck_cpu_init_timer(void)
struct timer_list *t = &__get_cpu_var(mce_timer);
int *n = &__get_cpu_var(mce_next_interval);

setup_timer(t, mce_start_timer, smp_processor_id());

if (mce_ignore_ce)
return;

*n = check_interval * HZ;
if (!*n)
return;
setup_timer(t, mce_start_timer, smp_processor_id());
t->expires = round_jiffies(jiffies + *n);
add_timer_on(t, smp_processor_id());
}
Expand Down

0 comments on commit 05aae9b

Please sign in to comment.