|
@@ -1452,7 +1452,7 @@ static void __init start_shepherd_timer(void)
|
|
int cpu;
|
|
int cpu;
|
|
|
|
|
|
for_each_possible_cpu(cpu)
|
|
for_each_possible_cpu(cpu)
|
|
- INIT_DEFERRABLE_WORK(per_cpu_ptr(&vmstat_work, cpu),
|
|
|
|
|
|
+ INIT_DELAYED_WORK(per_cpu_ptr(&vmstat_work, cpu),
|
|
vmstat_update);
|
|
vmstat_update);
|
|
|
|
|
|
if (!alloc_cpumask_var(&cpu_stat_off, GFP_KERNEL))
|
|
if (!alloc_cpumask_var(&cpu_stat_off, GFP_KERNEL))
|