Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313851
b: refs/heads/master
c: 524b24a
h: refs/heads/master
i:
  313849: e1d5265
  313847: ba1d608
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jun 5, 2012
1 parent 25daea4 commit 8e2dbeb
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: 569ba7d2083681abbfc2f6d6550e74e64833dada
refs/heads/master: 524b24ada792b40e1eb2eae59f7a096f26c3b788
4 changes: 2 additions & 2 deletions trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ static inline int pcpu_running(struct pcpu *pcpu)
if (__pcpu_sigp(pcpu->address, sigp_sense_running,
0, &pcpu->status) != sigp_status_stored)
return 1;
/* Check for running status */
return !(pcpu->status & 0x400);
/* Status stored condition code is equivalent to cpu not running. */
return 0;
}

/*
Expand Down

0 comments on commit 8e2dbeb

Please sign in to comment.