Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96147
b: refs/heads/master
c: c6ca185
h: refs/heads/master
i:
  96145: 342e3f4
  96143: 67ddf56
v: v3
  • Loading branch information
Martin Schwidefsky committed May 7, 2008
1 parent 3d34d9e commit cd5aacd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5b8909871b80a6cc2bd21aa5262c1424e3d26339
refs/heads/master: c6ca1850e78d60c299ceb4c240a04af9e2384f70
3 changes: 2 additions & 1 deletion trunk/drivers/s390/s390mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ s390_collect_crw_info(void *param)
int ccode;
struct semaphore *sem;
unsigned int chain;
int ignore;

sem = (struct semaphore *)param;
repeat:
down_interruptible(sem);
ignore = down_interruptible(sem);
chain = 0;
while (1) {
if (unlikely(chain > 1)) {
Expand Down

0 comments on commit cd5aacd

Please sign in to comment.