aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6790c3b42072..a96f03598c61 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1013,7 +1013,7 @@ typedef const int (*sched_domain_flags_f)(void);
1013struct sd_data { 1013struct sd_data {
1014 struct sched_domain **__percpu sd; 1014 struct sched_domain **__percpu sd;
1015 struct sched_group **__percpu sg; 1015 struct sched_group **__percpu sg;
1016 struct sched_group_power **__percpu sgp; 1016 struct sched_group_capacity **__percpu sgc;
1017}; 1017};
1018 1018
1019struct sched_domain_topology_level { 1019struct sched_domain_topology_level {