Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20066
b: refs/heads/master
c: c4cb8ec
h: refs/heads/master
v: v3
  • Loading branch information
Dave C Boutcher authored and Paul Mackerras committed Feb 7, 2006
1 parent e8f1e07 commit b26cdfb
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: 31a7f67e587aa0745a132ae68efa7f15dac677f9
refs/heads/master: c4cb8ecca66e3f136f66b5b30ec189530290a9b9
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/rtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ static void rtas_percpu_suspend_me(void *info)

if (rc == H_Continue) {
data->waiting = 0;
rtas_call(ibm_suspend_me_token, 0, 1,
data->args->args);
data->args->args[data->args->nargs] =
rtas_call(ibm_suspend_me_token, 0, 1, NULL);
} else {
data->waiting = -EBUSY;
printk(KERN_ERR "Error on H_Join hypervisor call\n");
Expand Down

0 comments on commit b26cdfb

Please sign in to comment.