Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20067
b: refs/heads/master
c: 82a4df7
h: refs/heads/master
i:
  20065: e8f1e07
  20063: 7a88737
v: v3
  • Loading branch information
Dave C Boutcher authored and Paul Mackerras committed Feb 7, 2006
1 parent b26cdfb commit 15e5fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4cb8ecca66e3f136f66b5b30ec189530290a9b9
refs/heads/master: 82a4df74628a3bf0ac762be198b45e02a7c5879f
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kernel/rtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ static int ibm_suspend_me_token = RTAS_UNKNOWN_SERVICE;
#ifdef CONFIG_PPC_PSERIES
static void rtas_percpu_suspend_me(void *info)
{
int i;
long rc;
long flags;
struct rtas_suspend_me_data *data =
Expand All @@ -590,6 +591,8 @@ static void rtas_percpu_suspend_me(void *info)
data->waiting = 0;
data->args->args[data->args->nargs] =
rtas_call(ibm_suspend_me_token, 0, 1, NULL);
for_each_cpu(i)
plpar_hcall_norets(H_PROD,i);
} else {
data->waiting = -EBUSY;
printk(KERN_ERR "Error on H_Join hypervisor call\n");
Expand Down

0 comments on commit 15e5fb0

Please sign in to comment.