Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315862
b: refs/heads/master
c: 9d04edd
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Marcelo Tosatti committed Jul 3, 2012
1 parent 299f3e8 commit dc80c1a
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: 36c1ed821bd11fb9a3f99a060b1553c114dc2d07
refs/heads/master: 9d04edd23e6ab368d25ca0adde6f1676185d49f8
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 dc80c1a

Please sign in to comment.