mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
sched: cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c6fba5451a
commit
4285f594f8
1 changed files with 2 additions and 2 deletions
|
@ -7571,8 +7571,8 @@ static int build_sched_domains(const cpumask_t *cpu_map)
|
|||
|
||||
static cpumask_t *doms_cur; /* current sched domains */
|
||||
static int ndoms_cur; /* number of sched domains in 'doms_cur' */
|
||||
static struct sched_domain_attr *dattr_cur; /* attribues of custom domains
|
||||
in 'doms_cur' */
|
||||
static struct sched_domain_attr *dattr_cur;
|
||||
/* attribues of custom domains in 'doms_cur' */
|
||||
|
||||
/*
|
||||
* Special case: If a kmalloc of a doms_cur partition (array of
|
||||
|
|
Loading…
Reference in a new issue