Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123137
b: refs/heads/master
c: b906cfa
h: refs/heads/master
i:
  123135: a9f2548
v: v3
  • Loading branch information
Sebastien Dugue authored and Paul Mackerras committed Dec 23, 2008
1 parent 58d7ef1 commit 5acb6bb
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: fad7b9b51e21a97e9e2662f1b51869ed2d209097
refs/heads/master: b906cfa397fdef8decbd36467b1f63c830a0bf2b
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/hotplug-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static void pseries_cpu_die(unsigned int cpu)
cpu_status = query_cpu_stopped(pcpu);
if (cpu_status == 0 || cpu_status == -1)
break;
msleep(200);
cpu_relax();
}
if (cpu_status != 0) {
printk("Querying DEAD? cpu %i (%i) shows %i\n",
Expand Down

0 comments on commit 5acb6bb

Please sign in to comment.