Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113357
b: refs/heads/master
c: 5871c6b
h: refs/heads/master
i:
  113355: 4c9d581
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Sep 22, 2008
1 parent 671ca9d commit fedcf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fc38151947477596aa27df6c4306ad6008dc6711
refs/heads/master: 5871c6b0a52bb052c3891a787655043b90ae18e3
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ void check_for_bios_corruption(void)
static void periodic_check_for_corruption(unsigned long data)
{
check_for_bios_corruption();
mod_timer(&periodic_check_timer, jiffies + corruption_check_period*HZ);
mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ));
}

void start_periodic_check_for_corruption(void)
Expand Down

0 comments on commit fedcf3f

Please sign in to comment.