Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274241
b: refs/heads/master
c: 43a327b
h: refs/heads/master
i:
  274239: 0d6c57a
v: v3
  • Loading branch information
Matthew McClintock authored and Kumar Gala committed Nov 3, 2011
1 parent 44c4666 commit 4087749
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7d0d3ad5e3cfbf96aa4a2d6ee26a20c98a29d4a1
refs/heads/master: 43a327b79c3945049ccf675452d2d519084c9bc6
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static void mpc85xx_smp_machine_kexec(struct kimage *image)
if ( !timeout )
printk(KERN_ERR "Unable to bring down secondary cpu(s)");

for (i = 0; i < num_cpus; i++)
for_each_online_cpu(i)
{
if ( i == smp_processor_id() ) continue;
mpic_reset_core(i);
Expand Down

0 comments on commit 4087749

Please sign in to comment.