diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-14 22:20:38 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-14 22:20:38 +0300 |
commit | a339b351304d5e6b02c7cf8eed895d181e64bce0 (patch) | |
tree | 5335b3fd01a73ddf9f9edaadbc67fdae91b3f7e2 /include | |
parent | 7b764cedcb1a04e795795dd0fa38570467583be3 (diff) | |
parent | 024c9d2faebdad3fb43fe49ad68e91a36190f1e2 (diff) | |
download | linux-a339b351304d5e6b02c7cf8eed895d181e64bce0.tar.xz |
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar:
"Three fixes that address an SMP balancing performance regression"
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/core: Ensure load_balance() respects the active_mask
sched/core: Address more wake_affine() regressions
sched/core: Fix wake_affine() performance regression
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched/topology.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index d7b6dab956ec..7d065abc7a47 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -71,14 +71,6 @@ struct sched_domain_shared { atomic_t ref; atomic_t nr_busy_cpus; int has_idle_cores; - - /* - * Some variables from the most recent sd_lb_stats for this domain, - * used by wake_affine(). - */ - unsigned long nr_running; - unsigned long load; - unsigned long capacity; }; struct sched_domain { |