aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index f4d3a624c50a..5ec685ce516a 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6816,22 +6816,6 @@ static void sched_domain_node_span(int node, struct cpumask *span)
6816 6816
6817int sched_smt_power_savings = 0, sched_mc_power_savings = 0; 6817int sched_smt_power_savings = 0, sched_mc_power_savings = 0;
6818 6818
6819/*
6820 * The cpus mask in sched_group and sched_domain hangs off the end.
6821 *
6822 * ( See the the comments in include/linux/sched.h:struct sched_group
6823 * and struct sched_domain. )
6824 */
6825struct static_sched_group {
6826 struct sched_group sg;
6827 DECLARE_BITMAP(cpus, CONFIG_NR_CPUS);
6828};
6829
6830struct static_sched_domain {
6831 struct sched_domain sd;
6832 DECLARE_BITMAP(span, CONFIG_NR_CPUS);
6833};
6834
6835struct sd_data { 6819struct sd_data {
6836 struct sched_domain **__percpu sd; 6820 struct sched_domain **__percpu sd;
6837 struct sched_group **__percpu sg; 6821 struct sched_group **__percpu sg;