diff options
-rw-r--r-- | kernel/sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 97017356669a..3dc13f05b10e 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -7571,8 +7571,8 @@ static int build_sched_domains(const cpumask_t *cpu_map) | |||
7571 | 7571 | ||
7572 | static cpumask_t *doms_cur; /* current sched domains */ | 7572 | static cpumask_t *doms_cur; /* current sched domains */ |
7573 | static int ndoms_cur; /* number of sched domains in 'doms_cur' */ | 7573 | static int ndoms_cur; /* number of sched domains in 'doms_cur' */ |
7574 | static struct sched_domain_attr *dattr_cur; /* attribues of custom domains | 7574 | static struct sched_domain_attr *dattr_cur; |
7575 | in 'doms_cur' */ | 7575 | /* attribues of custom domains in 'doms_cur' */ |
7576 | 7576 | ||
7577 | /* | 7577 | /* |
7578 | * Special case: If a kmalloc of a doms_cur partition (array of | 7578 | * Special case: If a kmalloc of a doms_cur partition (array of |