diff options
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -861,7 +861,7 @@ static void __cpuinit start_cpu_timer(int cpu) | |||
861 | */ | 861 | */ |
862 | if (keventd_up() && reap_work->work.func == NULL) { | 862 | if (keventd_up() && reap_work->work.func == NULL) { |
863 | init_reap_node(cpu); | 863 | init_reap_node(cpu); |
864 | INIT_DELAYED_WORK(reap_work, cache_reap); | 864 | INIT_DELAYED_WORK_DEFERRABLE(reap_work, cache_reap); |
865 | schedule_delayed_work_on(cpu, reap_work, | 865 | schedule_delayed_work_on(cpu, reap_work, |
866 | __round_jiffies_relative(HZ, cpu)); | 866 | __round_jiffies_relative(HZ, cpu)); |
867 | } | 867 | } |