aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 786c1886ae53..161f1b33ecec 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -712,7 +712,7 @@ void check_for_bios_corruption(void)
712static void periodic_check_for_corruption(unsigned long data) 712static void periodic_check_for_corruption(unsigned long data)
713{ 713{
714 check_for_bios_corruption(); 714 check_for_bios_corruption();
715 mod_timer(&periodic_check_timer, jiffies + corruption_check_period*HZ); 715 mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ));
716} 716}
717 717
718void start_periodic_check_for_corruption(void) 718void start_periodic_check_for_corruption(void)