public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* tty->low_latency + irq context
@ 2006-12-26  0:09 Jiri Slaby
  2007-01-02 17:17 ` Hollis Blanchard
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2006-12-26  0:09 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: p.hardwick, hollisb

Hi!

 *      tty_flip_buffer_push    -       terminal
 *      @tty: tty to push
 *
 *      Queue a push of the terminal flip buffers to the line discipline. This
 *      function must not be called from IRQ context if tty->low_latency is set.

But some drivers (mxser, nozomi, hvsi...) sets low_latency to 1 in _open and
calls tty_flip_buffer_push in isr or in functions, which are called from isr.
Is the comment correct or the drivers?

Moreover, hvsi says:
tty->low_latency = 1; /* avoid throttle/tty_flip_buffer_push race */

thanks,
-- 
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-02 19:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-26  0:09 tty->low_latency + irq context Jiri Slaby
2007-01-02 17:17 ` Hollis Blanchard
2007-01-02 18:12   ` Paul Fulghum
2007-01-02 18:29     ` Paul Fulghum
2007-01-02 18:38   ` Alan
2007-01-02 19:36     ` Hollis Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox