[RFC PATCH 04/11] sched: Replace sd_busy/nr_busy_cpus with sched_domain_shared

2016-06-16 Thread Yuyang Du
From: Peter Zijlstra 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) --- include/linux/sched.h|1 +

[RFC PATCH 04/11] sched: Replace sd_busy/nr_busy_cpus with sched_domain_shared

2016-06-16 Thread Yuyang Du
From: Peter Zijlstra 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) --- include/linux/sched.h|1 + kernel/sched/core.c | 10 +-