]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c86d5f55fe1f64713e4a07cd9e8da48673112e8
tree54dec53189e66f17883f73e2010250fbc9c24cc4
parentcd5d38a42756e63b2524f6da1fc248add605bc0e
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