Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / mm / vmstat.c
index 1543f64df3e6a9f984cfff85794f892dd669c27d..084c6725b3734430483e7ea4fcf74e2ab67f7bfa 100644 (file)
@@ -1512,7 +1512,7 @@ static void __init start_shepherd_timer(void)
        int cpu;
 
        for_each_possible_cpu(cpu)
-               INIT_DELAYED_WORK(per_cpu_ptr(&vmstat_work, cpu),
+               INIT_DEFERRABLE_WORK(per_cpu_ptr(&vmstat_work, cpu),
                        vmstat_update);
 
        if (!alloc_cpumask_var(&cpu_stat_off, GFP_KERNEL))
This page took 0.024033 seconds and 5 git commands to generate.