diff options
Diffstat (limited to 'kernel/watchdog.c')
-rw-r--r-- | kernel/watchdog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 516203e665fc..30e482240dae 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c | |||
@@ -527,10 +527,8 @@ static void update_timers_all_cpus(void) | |||
527 | int cpu; | 527 | int cpu; |
528 | 528 | ||
529 | get_online_cpus(); | 529 | get_online_cpus(); |
530 | preempt_disable(); | ||
531 | for_each_online_cpu(cpu) | 530 | for_each_online_cpu(cpu) |
532 | update_timers(cpu); | 531 | update_timers(cpu); |
533 | preempt_enable(); | ||
534 | put_online_cpus(); | 532 | put_online_cpus(); |
535 | } | 533 | } |
536 | 534 | ||