Re: [PATCH] sched: Allow per-cpu kernel threads to run on online && !active

From: Thomas Gleixner
Date: Thu Mar 03 2016 - 06:59:32 EST


On Thu, 3 Mar 2016, Peter Zijlstra wrote:
> > +++ b/kernel/sched/core.c
> > @@ -5726,23 +5726,6 @@ static int sched_cpu_active(struct notif
> > case CPU_STARTING:
> > set_cpu_rq_start_time();
>
> If we stick that in notify_starting() we can kill all of this.

Yep. I'm going to kill that one by one :)