diff --git a/mm/slab.c b/mm/slab.c index 966839a1ac2c..1bfc3d847a0a 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -4080,7 +4080,8 @@ next: next_reap_node(); out: /* Set up the next iteration */ - schedule_delayed_work(work, round_jiffies_relative(REAPTIMEOUT_AC)); + schedule_delayed_work_on(smp_processor_id(), work, + round_jiffies_relative(REAPTIMEOUT_AC)); } #ifdef CONFIG_SLABINFO