Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178169
b: refs/heads/master
c: e9edb23
h: refs/heads/master
i:
  178167: a6e9344
v: v3
  • Loading branch information
Gautham R Shenoy authored and Benjamin Herrenschmidt committed Dec 18, 2009
1 parent cc02a73 commit ce50388
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: 50891457f1001450be61be0861b2b49abdcb5fb9
refs/heads/master: e9edb232d3b0848457a83a5b697f55264542892f
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static void __devinit smp_pSeries_kick_cpu(int nr)
hcpuid = get_hard_smp_processor_id(nr);
rc = plpar_hcall_norets(H_PROD, hcpuid);
if (rc != H_SUCCESS)
panic("Error: Prod to wake up processor %d Ret= %ld\n",
nr, rc);
printk(KERN_ERR "Error: Prod to wake up processor %d\
Ret= %ld\n", nr, rc);
}
}

Expand Down

0 comments on commit ce50388

Please sign in to comment.