Commit 4285f594 authored by Ingo Molnar's avatar Ingo Molnar

sched: cleanup

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c6fba545
...@@ -7571,8 +7571,8 @@ static int build_sched_domains(const cpumask_t *cpu_map) ...@@ -7571,8 +7571,8 @@ static int build_sched_domains(const cpumask_t *cpu_map)
static cpumask_t *doms_cur; /* current sched domains */ static cpumask_t *doms_cur; /* current sched domains */
static int ndoms_cur; /* number of sched domains in 'doms_cur' */ static int ndoms_cur; /* number of sched domains in 'doms_cur' */
static struct sched_domain_attr *dattr_cur; /* attribues of custom domains static struct sched_domain_attr *dattr_cur;
in 'doms_cur' */ /* attribues of custom domains in 'doms_cur' */
/* /*
* Special case: If a kmalloc of a doms_cur partition (array of * Special case: If a kmalloc of a doms_cur partition (array of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment