Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18366
b: refs/heads/master
c: d50f5c5
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Tony Luck committed Jan 13, 2006
1 parent 29c5365 commit dc48be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: d3ef1f5aafcf7a4129eb2078c70bc9e577bc3af1
refs/heads/master: d50f5c5ca0c3426669fbe11ad4d5708d333eb9fb
10 changes: 2 additions & 8 deletions trunk/arch/ia64/hp/sim/simserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,9 @@ static void receive_chars(struct tty_struct *tty, struct pt_regs *regs)
}
}
seen_esc = 0;
if (tty->flip.count >= TTY_FLIPBUF_SIZE) break;

*tty->flip.char_buf_ptr = ch;

*tty->flip.flag_buf_ptr = 0;

tty->flip.flag_buf_ptr++;
tty->flip.char_buf_ptr++;
tty->flip.count++;
if (tty_insert_flip_char(tty, ch, TTY_NORMAL) == 0)
break;
}
tty_flip_buffer_push(tty);
}
Expand Down

0 comments on commit dc48be8

Please sign in to comment.