Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196604
b: refs/heads/master
c: 21dbeb9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Benjamin Herrenschmidt committed Apr 7, 2010
1 parent 5743d26 commit 798cd1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 86e4754ac8fde9a9c913571016bc31257aa2e195
refs/heads/master: 21dbeb91a24d867af0e98ba155bfa80d2906344f
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,12 @@ void __init smp_cpus_done(unsigned int max_cpus)
* se we pin us down to CPU 0 for a short while
*/
old_mask = current->cpus_allowed;
set_cpus_allowed(current, cpumask_of_cpu(boot_cpuid));
set_cpus_allowed_ptr(current, cpumask_of(boot_cpuid));

if (smp_ops && smp_ops->setup_cpu)
smp_ops->setup_cpu(boot_cpuid);

set_cpus_allowed(current, old_mask);
set_cpus_allowed_ptr(current, &old_mask);

snapshot_timebases();

Expand Down

0 comments on commit 798cd1f

Please sign in to comment.