Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373769
b: refs/heads/master
c: 4ea9008
h: refs/heads/master
i:
  373767: ec4c680
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 5, 2013
1 parent 7159ad2 commit 74eb301
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 748645bf06f4ed2f5355eb7b3e721b44fb94d5e6
refs/heads/master: 4ea9008b75cdd6781207b73f4c01b6a877a0bb60
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/powernv/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ int pnv_smp_kick_cpu(int nr)
if (!paca[nr].cpu_start && firmware_has_feature(FW_FEATURE_OPALv2)) {
pr_devel("OPAL: Starting CPU %d (HW 0x%x)...\n", nr, pcpu);
rc = opal_start_cpu(pcpu, start_here);
if (rc != OPAL_SUCCESS)
if (rc != OPAL_SUCCESS) {
pr_warn("OPAL Error %ld starting CPU %d\n",
rc, nr);
return -ENODEV;
}
}
return smp_generic_kick_cpu(nr);
}
Expand Down

0 comments on commit 74eb301

Please sign in to comment.