|
@@ -861,7 +861,7 @@ static void __cpuinit start_cpu_timer(int cpu)
|
|
*/
|
|
*/
|
|
if (keventd_up() && reap_work->work.func == NULL) {
|
|
if (keventd_up() && reap_work->work.func == NULL) {
|
|
init_reap_node(cpu);
|
|
init_reap_node(cpu);
|
|
- INIT_DELAYED_WORK(reap_work, cache_reap);
|
|
|
|
|
|
+ INIT_DELAYED_WORK_DEFERRABLE(reap_work, cache_reap);
|
|
schedule_delayed_work_on(cpu, reap_work,
|
|
schedule_delayed_work_on(cpu, reap_work,
|
|
__round_jiffies_relative(HZ, cpu));
|
|
__round_jiffies_relative(HZ, cpu));
|
|
}
|
|
}
|