Loading arch/x86/kernel/setup.c +5 −4 Original line number Diff line number Diff line Loading @@ -721,7 +721,8 @@ void check_for_bios_corruption(void) static void periodic_check_for_corruption(unsigned long data) { check_for_bios_corruption(); mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ)); mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ)); } void start_periodic_check_for_corruption(void) Loading Loading
arch/x86/kernel/setup.c +5 −4 Original line number Diff line number Diff line Loading @@ -721,7 +721,8 @@ void check_for_bios_corruption(void) static void periodic_check_for_corruption(unsigned long data) { check_for_bios_corruption(); mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ)); mod_timer(&periodic_check_timer, round_jiffies(jiffies + corruption_check_period*HZ)); } void start_periodic_check_for_corruption(void) Loading