Skip to content

Commit

Permalink
sched: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed May 29, 2008
1 parent c6fba54 commit 4285f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4285f59

Please sign in to comment.