sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared
authorPeter Zijlstra <peterz@infradead.org>
Mon, 9 May 2016 08:38:01 +0000 (10:38 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 30 Sep 2016 08:54:07 +0000 (10:54 +0200)
commit0e369d757578b23ac50b893f920aa50fdbc45fb6
tree54dec53189e66f17883f73e2010250fbc9c24cc4
parent24fc7edb92eea05946119cc0258c891c26b3b469
sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared

Move the nr_busy_cpus thing from its hacky sd->parent->groups->sgc
location into the much more natural sched_domain_shared location.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/sched.h