kernel/watchdog.c: remove preemption restrictions when restarting lockup detector
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / watchdog.c
index 4431610..c9b6f01 100644 (file)
@@ -524,10 +524,8 @@ static void update_timers_all_cpus(void)
        int cpu;
 
        get_online_cpus();
-       preempt_disable();
        for_each_online_cpu(cpu)
                update_timers(cpu);
-       preempt_enable();
        put_online_cpus();
 }