Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105237
b: refs/heads/master
c: 13b40c1
h: refs/heads/master
i:
  105235: 6199d3c
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Jul 18, 2008
1 parent 4a74dec commit 8555f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d88c16919793a9f5dc93e7956da5bb089c7600b4
refs/heads/master: 13b40c1e40f3261e83ee514a08b77dbecb93021b
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6768,7 +6768,8 @@ static cpumask_t cpu_isolated_map = CPU_MASK_NONE;
/* Setup the mask of cpus configured for isolated domains */
static int __init isolated_cpu_setup(char *str)
{
int ints[NR_CPUS], i;
static int __initdata ints[NR_CPUS];
int i;

str = get_options(str, ARRAY_SIZE(ints), ints);
cpus_clear(cpu_isolated_map);
Expand Down

0 comments on commit 8555f7f

Please sign in to comment.