Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83305
b: refs/heads/master
c: e35e1fa
h: refs/heads/master
i:
  83303: 73ef9c3
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Feb 5, 2008
1 parent fc603e5 commit ffbdf79
Show file tree
Hide file tree
Showing 3 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: fe6b8e76d920b93fd445382aff7ff24082af8874
refs/heads/master: e35e1fadb4585e3143fab34dd4f5070698b3305b
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/sclp_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ sclp_tty_write_string(const unsigned char *str, int count)
if (sclp_ttybuf == NULL) {
while (list_empty(&sclp_tty_pages)) {
spin_unlock_irqrestore(&sclp_tty_lock, flags);
if (in_interrupt())
if (in_atomic())
sclp_sync_wait();
else
wait_event(sclp_tty_waitq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/sclp_vt220.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ __sclp_vt220_write(const unsigned char *buf, int count, int do_schedule,
while (list_empty(&sclp_vt220_empty)) {
spin_unlock_irqrestore(&sclp_vt220_lock,
flags);
if (in_interrupt())
if (in_atomic())
sclp_sync_wait();
else
wait_event(sclp_vt220_waitq,
Expand Down

0 comments on commit ffbdf79

Please sign in to comment.