diff options
Diffstat (limited to 'include/linux/sched/topology.h')
| -rw-r--r-- | include/linux/sched/topology.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index c31d3a47a47c..57c7ed3fe465 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -176,10 +176,10 @@ typedef int (*sched_domain_flags_f)(void);  #define SDTL_OVERLAP	0x01  struct sd_data { -	struct sched_domain **__percpu sd; -	struct sched_domain_shared **__percpu sds; -	struct sched_group **__percpu sg; -	struct sched_group_capacity **__percpu sgc; +	struct sched_domain *__percpu *sd; +	struct sched_domain_shared *__percpu *sds; +	struct sched_group *__percpu *sg; +	struct sched_group_capacity *__percpu *sgc;  };  struct sched_domain_topology_level {  |